This commit is contained in:
WarmUpTill
2025-05-20 21:31:34 +02:00
committed by WarmUpTill
parent 56494480ba
commit 7403a18e96
10 changed files with 20 additions and 19 deletions

View File

@@ -242,7 +242,7 @@ MacroConditionWindowEdit::MacroConditionWindowEdit(
PopulateWindowSelection(_windowSelection);
std::unordered_map<std::string, QWidget *> widgetPlaceholders = {
const std::unordered_map<std::string, QWidget *> widgetPlaceholders = {
{"{{windows}}", _windowSelection},
{"{{windowRegex}}", _windowRegex},
{"{{checkTitle}}", _checkTitle},