Remove whitespaces

This commit is contained in:
Jonas Kvinge
2018-10-02 00:38:52 +02:00
parent 2883ef840e
commit db035351be
88 changed files with 414 additions and 411 deletions

View File

@@ -101,7 +101,7 @@ void BehaviourSettingsPage::Load() {
}
void BehaviourSettingsPage::Save() {
QSettings s;
MainWindow::StartupBehaviour behaviour = MainWindow::Startup_Remember;
@@ -120,7 +120,7 @@ void BehaviourSettingsPage::Save() {
}
void BehaviourSettingsPage::ShowTrayIconToggled(bool on) {
ui_->radiobutton_alwayshide->setEnabled(on);
if (!on && ui_->radiobutton_alwayshide->isChecked()) ui_->radiobutton_remember->setChecked(true);
ui_->checkbox_keeprunning->setEnabled(on);