set wantsmonitorreload for parsekeyword

This commit is contained in:
vaxerski 2022-04-21 17:36:28 +02:00
parent 4b1773d1b1
commit 7c36dd6e6c

View File

@ -98,6 +98,8 @@ std::string dispatchKeyword(std::string in) {
std::string retval = g_pConfigManager->parseKeyword(COMMAND, VALUE, true);
g_pConfigManager->m_bWantsMonitorReload = true; // for monitor keywords
if (retval == "")
return "ok";