mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
save settings after clicking ok (#846)
This commit is contained in:
parent
3df9850da7
commit
70a5a62777
|
@ -216,6 +216,7 @@ void SettingsDialog::themeChangedEvent()
|
|||
///// Widget creation helpers
|
||||
void SettingsDialog::onOkClicked()
|
||||
{
|
||||
pajlada::Settings::SettingManager::gSave();
|
||||
this->close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue