comparison Modules/Config.lua @ 111:91fe61693247

Localized the overrideCheckInbox option info and set the default DB value to true.
author Zerotorescue
date Fri, 01 Oct 2010 23:39:44 +0200
parents f5558317ced3
children b21c39ea338c
comparison
equal deleted inserted replaced
110:4b779ae4f41f 111:91fe61693247
403 hidden = (not MailOpener.QuickAuctionsEnabled), 403 hidden = (not MailOpener.QuickAuctionsEnabled),
404 }, 404 },
405 overrideCheckInbox = { 405 overrideCheckInbox = {
406 order = 12, 406 order = 12,
407 type = "toggle", 407 type = "toggle",
408 name = "|cffff0000Experimental|r: Don't refresh the mailbox while there is still mail waiting to be opened", 408 name = L["Don't refresh the mailbox while there is still mail waiting to be opened"],
409 desc = "|cffff0000Note:|r This functionality is still very experimental. Your mailbox might not update properly if you enable this.\n\nToggling this on will prevent the mailbox from automatically refreshing while there is still openable mail remaining.\n\nIf you close the mailbox while there is still mail remaining, your client will always try to refresh the inbox when you reopen it. This feature will wait with refreshing until there is no openable mail remaining, possibly saving a few seconds.", 409 desc = L["Having this option toggled on will prevent the mailbox from automatically refreshing while there is still openable mail remaining.\n\nIf you close the mailbox while there is still mail remaining, your client will always try to refresh the inbox when you reopen it. This feature will wait with refreshing until there is no openable mail remaining, possibly saving a few seconds."],
410 width = "full", 410 width = "full",
411 get = function() return MailOpener.db.profile.general.overrideCheckInbox; end, 411 get = function() return MailOpener.db.profile.general.overrideCheckInbox; end,
412 set = function(i, v) MailOpener.db.profile.general.overrideCheckInbox = v; end, 412 set = function(i, v) MailOpener.db.profile.general.overrideCheckInbox = v; end,
413 }, 413 },
414 continueOpeningStackableItems = { 414 continueOpeningStackableItems = {