mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
finish up preliminary settings stuff
This commit is contained in:
@@ -99,7 +99,7 @@ BasicGenData::BasicGenData(OBSBasicSettings *window)
|
||||
|
||||
void BasicGenData::LanguageChanged(wxCommandEvent &event)
|
||||
{
|
||||
dataChanged = true;
|
||||
SetChanged();
|
||||
window->generalChangedText->SetLabel(
|
||||
WXStr("Settings.General.LanguageChanged"));
|
||||
window->generalChangedText->Show();
|
||||
@@ -118,8 +118,7 @@ void BasicGenData::Apply()
|
||||
|
||||
config_save(GetGlobalConfig());
|
||||
|
||||
window->generalChangedText->Hide();
|
||||
dataChanged = false;
|
||||
SetSaved();
|
||||
}
|
||||
|
||||
BasicSettingsData *CreateBasicGeneralSettings(OBSBasicSettings *window)
|
||||
|
||||
Reference in New Issue
Block a user