# HG changeset patch # User Nenue # Date 1450512835 18000 # Node ID 65fcb81f4e0a75bda5529fe696acd02ce8eaf7dc # Parent 5bd1ee0db47c018b504492aeaafaf5785a565136 Media file placement Logic operations madness diff -r 5bd1ee0db47c -r 65fcb81f4e0a Devian.lua --- a/Devian.lua Sat Dec 19 00:03:29 2015 -0500 +++ b/Devian.lua Sat Dec 19 03:13:55 2015 -0500 @@ -103,7 +103,7 @@ -- Debug info local function CreateMessenger() - if db.console == true then + if db.console == true and db.enabled == false then DEVIAN_FRAME:Show() end @@ -210,8 +210,7 @@ end function D:OnEnable() - if db.enabled then - DEVIAN_FRAME:Hide() + if db.enabled == true then D:Print('Standard AddOn list active. Type /dvn to switch to development mode.') else D:Print('Development AddOn list active. Type /dvn to revert to regular operation.') diff -r 5bd1ee0db47c -r 65fcb81f4e0a Devian.xml --- a/Devian.xml Sat Dec 19 00:03:29 2015 -0500 +++ b/Devian.xml Sat Dec 19 03:13:55 2015 -0500 @@ -86,6 +86,10 @@ + + + + - +