- applied change [r4908] to 0.9.10 branch.
This commit is contained in:
parent
6ba690f006
commit
199e35e3b8
|
@ -3515,7 +3515,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
|
||||||
static const bool defaultConsoleEnable = false;
|
static const bool defaultConsoleEnable = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gShowConsole = GetPrivateProfileBool("Display", "Show Console", defaultConsoleEnable, IniName);
|
gShowConsole = GetPrivateProfileBool("Console", "Show", defaultConsoleEnable, IniName);
|
||||||
gConsoleTopmost = GetPrivateProfileBool("Console", "Always On Top", false, IniName);
|
gConsoleTopmost = GetPrivateProfileBool("Console", "Always On Top", false, IniName);
|
||||||
|
|
||||||
if (gShowConsole)
|
if (gShowConsole)
|
||||||
|
|
Loading…
Reference in New Issue