mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 07:06:13 -05:00
add video settings code and set up default video setting values for the config
This commit is contained in:
@@ -94,15 +94,15 @@ BasicGenData::BasicGenData(OBSBasicSettings *window)
|
||||
NULL,
|
||||
this);
|
||||
|
||||
window->generalText->Hide();
|
||||
window->generalChangedText->Hide();
|
||||
}
|
||||
|
||||
void BasicGenData::LanguageChanged(wxCommandEvent &event)
|
||||
{
|
||||
dataChanged = true;
|
||||
window->generalText->SetLabel(
|
||||
window->generalChangedText->SetLabel(
|
||||
WXStr("Settings.General.LanguageChanged"));
|
||||
window->generalText->Show();
|
||||
window->generalChangedText->Show();
|
||||
}
|
||||
|
||||
void BasicGenData::Apply()
|
||||
|
||||
Reference in New Issue
Block a user