mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 21:25:32 -05:00
Add option to disable registering of pause control hotkeys
This commit is contained in:
@@ -408,7 +408,8 @@ void AdvSceneSwitcher::HighlightOnChange()
|
||||
void AdvSceneSwitcher::on_macroProperties_clicked()
|
||||
{
|
||||
MacroProperties prop = switcher->macroProperties;
|
||||
bool accepted = MacroPropertiesDialog::AskForSettings(this, prop);
|
||||
bool accepted = MacroPropertiesDialog::AskForSettings(
|
||||
this, prop, getSelectedMacro());
|
||||
if (!accepted) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user