Fix virtual-monitor parameter regexp
Regexp had string literal, but it was lacking the extra ()
since
literals use R"()"
, thus the regexp was broken.
Edited by Akseli Lahtinen
Regexp had string literal, but it was lacking the extra ()
since
literals use R"()"
, thus the regexp was broken.