Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5a00e153d |
@@ -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>
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user