mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 22:28:34 -05:00
UI: Fix formatting on window-basic-settings.cpp
A requested change on PR #4455 resulted in a formatting error that was missed before being merged. My bad.
This commit is contained in:
@@ -1357,9 +1357,9 @@ void OBSBasicSettings::LoadGeneralSettings()
|
||||
QTStr("Basic.Settings.General.MultiviewLayout.Horizontal.Extended.Top"),
|
||||
static_cast<int>(MultiviewLayout::HORIZONTAL_TOP_24_SCENES));
|
||||
|
||||
ui->multiviewLayout->setCurrentIndex(
|
||||
ui->multiviewLayout->findData(
|
||||
config_get_int(GetGlobalConfig(), "BasicWindow", "MultiviewLayout")));
|
||||
ui->multiviewLayout->setCurrentIndex(ui->multiviewLayout->findData(
|
||||
config_get_int(GetGlobalConfig(), "BasicWindow",
|
||||
"MultiviewLayout")));
|
||||
|
||||
prevLangIndex = ui->language->currentIndex();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user