set wantsmonitorreload for parsekeyword
This commit is contained in:
parent
4b1773d1b1
commit
7c36dd6e6c
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ std::string dispatchKeyword(std::string in) {
|
||||||
|
|
||||||
std::string retval = g_pConfigManager->parseKeyword(COMMAND, VALUE, true);
|
std::string retval = g_pConfigManager->parseKeyword(COMMAND, VALUE, true);
|
||||||
|
|
||||||
|
g_pConfigManager->m_bWantsMonitorReload = true; // for monitor keywords
|
||||||
|
|
||||||
if (retval == "")
|
if (retval == "")
|
||||||
return "ok";
|
return "ok";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue