Mercurial > wow > mailopener
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 50:8e2138877ebf | 51:fcc7112cc365 |
|---|---|
| 309 desc = "If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.\n\nThis will cause your Blizzard error frame to get extremely spammy if there are many mails remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.", | 309 desc = "If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.\n\nThis will cause your Blizzard error frame to get extremely spammy if there are many mails remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.", |
| 310 width = "full", | 310 width = "full", |
| 311 get = function() return MailOpener.db.profile.general.continueOpeningStackableItems; end, | 311 get = function() return MailOpener.db.profile.general.continueOpeningStackableItems; end, |
| 312 set = function(i, v) MailOpener.db.profile.general.continueOpeningStackableItems = v; end, | 312 set = function(i, v) MailOpener.db.profile.general.continueOpeningStackableItems = v; end, |
| 313 }, | 313 }, |
| 314 showHelpTooltips = { | |
| 315 order = 17, | |
| 316 type = "toggle", | |
| 317 name = "Display help tooltips at the mailbox buttons added by Mail Opener.", | |
| 318 desc = "Display the help tooltips when hovering at any of the mailbox buttons added by Mail Opener.", | |
| 319 width = "full", | |
| 320 get = function() return MailOpener.db.profile.general.showHelpTooltips; end, | |
| 321 set = function(i, v) MailOpener.db.profile.general.showHelpTooltips = v; end, | |
| 322 }, | |
| 314 autoDisableQAAutoMail = { | 323 autoDisableQAAutoMail = { |
| 315 order = 20, | 324 order = 20, |
| 316 type = "toggle", | 325 type = "toggle", |
| 317 name = "Turn Quick Auction's auto mail status |cffff0000off|r when opening mail", | 326 name = "Turn Quick Auction's auto mail status |cffff0000off|r when opening mail", |
| 318 desc = "Quick Auction's auto mail is buggy when using other mail opening addons. If you are collecting mail while auto mailer is enabled wrong items may be send to the wrong character.\n\nTo solve this you must disable Quick Auction's auto mail while opening mail and you can re-enable it when mail opening is finished.", | 327 desc = "Quick Auction's auto mail is buggy when using other mail opening addons. If you are collecting mail while auto mailer is enabled wrong items may be send to the wrong character.\n\nTo solve this you must disable Quick Auction's auto mail while opening mail and you can re-enable it when mail opening is finished.", |
