mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-10 22:04:25 -06:00
ide: Fixed initial value of disable_uhd
git-svn-id: svn://ultimatepp.org/upp/trunk@13972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cbe5da493b
commit
0d68ef3780
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ public:
|
|||
bool runexternal;
|
||||
bool console_utf8;
|
||||
int consolemode;
|
||||
bool disable_uhd;
|
||||
bool disable_uhd = false;
|
||||
String stdout_file;
|
||||
String recent_stdout_file;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue