Compare commits

...

1 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<string>Enable Notification Area</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>NotificationAreaEnabled</cstring>
+1 -1
View File
@@ -394,7 +394,7 @@ MainWindow::MainWindow(QWidget * parent, Qt::WindowFlags f)
auto hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/NotificationArea");
auto notificationAreaEnabled = hGrp->GetBool("NotificationAreaEnabled", true);
auto notificationAreaEnabled = hGrp->GetBool("NotificationAreaEnabled", false);
if(notificationAreaEnabled) {
NotificationArea* notificationArea = new NotificationArea(statusBar());