mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Disable Debug by default
This commit is contained in:
parent
3c38e0e8c5
commit
b41f22be50
@ -99,7 +99,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
ui->statusbar->addPermanentWidget(qprogress,1);
|
||||
ui->statusbar->addPermanentWidget(qstatus2,0);
|
||||
|
||||
if (!PROFILE.Exists("ShowDebug")) PROFILE["ShowDebug"]=true;
|
||||
if (!PROFILE.Exists("ShowDebug")) PROFILE["ShowDebug"]=false;
|
||||
ui->actionDebug->setChecked(PROFILE["ShowDebug"].toBool());
|
||||
|
||||
if (!PROFILE["ShowDebug"].toBool()) {
|
||||
|
Loading…
Reference in New Issue
Block a user