WoWInterface SVN FuBaruClock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 10 to Rev 9
    Reverse comparison

Rev 10 → Rev 9

FuBar_uClock/Core.lua
22,7 → 22,7
},
showSeconds = {
name = "Show Seconds",
desc = "Choose whether to show seconds",
name = "Choose whether to show seconds",
type = "toggle", order = 2,
get = function() return self.db.profile.showSeconds end,
set = function() self.db.profile.showSeconds = not self.db.profile.showSeconds end,