Add radios
This commit is contained in:
@@ -121,8 +121,6 @@ void QobuzSettingsPage::Save() {
|
||||
s.setValue("downloadalbumcovers", ui_->checkbox_download_album_covers->isChecked());
|
||||
s.endGroup();
|
||||
|
||||
service_->ReloadSettings();
|
||||
|
||||
}
|
||||
|
||||
void QobuzSettingsPage::LoginClicked() {
|
||||
|
||||
@@ -102,8 +102,6 @@ void SubsonicSettingsPage::Save() {
|
||||
s.setValue("serversidescrobbling", ui_->checkbox_server_scrobbling->isChecked());
|
||||
s.endGroup();
|
||||
|
||||
service_->ReloadSettings();
|
||||
|
||||
}
|
||||
|
||||
void SubsonicSettingsPage::TestClicked() {
|
||||
|
||||
@@ -148,8 +148,6 @@ void TidalSettingsPage::Save() {
|
||||
s.setValue("album_explicit", ui_->checkbox_album_explicit->isChecked());
|
||||
s.endGroup();
|
||||
|
||||
service_->ReloadSettings();
|
||||
|
||||
}
|
||||
|
||||
void TidalSettingsPage::LoginClicked() {
|
||||
|
||||
Reference in New Issue
Block a user