mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 08:15:46 -05:00
Fill rename dialog with current name
This commit is contained in:
@@ -180,7 +180,7 @@ void ItemSelection::RenameItem()
|
||||
bool accepted = AdvSSNameDialog::AskForName(
|
||||
this, obs_module_text("AdvSceneSwitcher.windowTitle"),
|
||||
obs_module_text("AdvSceneSwitcher.item.newName"), name,
|
||||
QString::fromStdString(name));
|
||||
QString::fromStdString(item->Name()));
|
||||
if (!accepted) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user