WoWInterface SVN FuBaruClock

Compare Revisions

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

Rev 9 → Rev 10

FuBar_uClock/Core.lua
22,7 → 22,7
},
showSeconds = {
name = "Show Seconds",
name = "Choose whether to show seconds",
desc = "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,