Avoid nested config window on OS X.
This commit is contained in:
@@ -152,7 +152,7 @@ void MainWidget::prepareApplication(bool showSystray)
|
|||||||
db = new SQLiteDB();
|
db = new SQLiteDB();
|
||||||
}
|
}
|
||||||
|
|
||||||
configForm = new ConfigWidget(this);
|
configForm = new ConfigWidget();
|
||||||
backupForm = new BackupManagerForm(db, this);
|
backupForm = new BackupManagerForm(db, this);
|
||||||
managerForm = new ClientManager(db, this);
|
managerForm = new ClientManager(db, this);
|
||||||
connectSignals();
|
connectSignals();
|
||||||
|
Reference in New Issue
Block a user