Mercurial > wow > mailopener
diff Modules/Config.lua @ 51:fcc7112cc365
You can now toggle the help tooltips for the Mail Opener-added MailFrame buttons in the general config.
| author | Zerotorescue |
|---|---|
| date | Sun, 12 Sep 2010 21:13:27 +0200 |
| parents | 1243c2d2b85e |
| children | 5f0e174c8adc |
line wrap: on
line diff
--- a/Modules/Config.lua Sun Sep 12 21:06:05 2010 +0200 +++ b/Modules/Config.lua Sun Sep 12 21:13:27 2010 +0200 @@ -311,6 +311,15 @@ get = function() return MailOpener.db.profile.general.continueOpeningStackableItems; end, set = function(i, v) MailOpener.db.profile.general.continueOpeningStackableItems = v; end, }, + showHelpTooltips = { + order = 17, + type = "toggle", + name = "Display help tooltips at the mailbox buttons added by Mail Opener.", + desc = "Display the help tooltips when hovering at any of the mailbox buttons added by Mail Opener.", + width = "full", + get = function() return MailOpener.db.profile.general.showHelpTooltips; end, + set = function(i, v) MailOpener.db.profile.general.showHelpTooltips = v; end, + }, autoDisableQAAutoMail = { order = 20, type = "toggle",
