Mercurial > wow > ouroloot
diff options.lua @ 123:ccca3d8d2b22 beta-mhg-3
If the 'alsolog' option has been active, list the log size as a reminder.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 17 Aug 2012 01:43:05 -0400 |
parents | fb4bda3ad05c |
children | a9cf9b2fbf9b |
line wrap: on
line diff
--- a/options.lua Fri Aug 17 01:04:38 2012 -0400 +++ b/options.lua Fri Aug 17 01:43:05 2012 -0400 @@ -836,6 +836,13 @@ end) specials:AddChild(w) + if #OuroLootSV_log > 0 then + w = AceGUI:Create("Label") + w:SetFullWidth(true) + w:SetText(("Currently %d lines in disk log."):format(#OuroLootSV_log)) + specials:AddChild(w) + end + if preload then preload() end end