Fix title of script open dialog

This commit is contained in:
WarmUpTill
2026-03-23 19:22:04 +01:00
committed by WarmUpTill
parent 35e5b7620e
commit 85460157b1
4 changed files with 15 additions and 6 deletions

View File

@@ -54,7 +54,9 @@ MacroSegmentScriptInlineEdit::MacroSegmentScriptInlineEdit(
_scriptType(new QComboBox(this)),
_language(new QComboBox(this)),
_script(new ScriptEditor(this)),
_path(new FileSelection(FileSelection::Type::WRITE, this)),
_path(new FileSelection(
FileSelection::Type::WRITE, this,
obs_module_text("AdvSceneSwitcher.script.file.select"))),
_openFile(new QPushButton(
obs_module_text("AdvSceneSwitcher.script.file.open"), this)),
_fileLayout(new QHBoxLayout()),