UI: Fix character to prevent VS2019 compiler error

Apparently the specific character can cause VS2019 to have compiler
errors depending on the system's current character encoding, so just
remove it instead. (-Jim)
This commit is contained in:
wangshaohui
2021-03-30 23:02:23 -07:00
committed by Jim
parent d6fd723f2c
commit f36b601aab
+1 -1
View File
@@ -1911,7 +1911,7 @@ void OBSBasic::OBSInit()
} else if (isWayland) {
if (opt_always_on_top)
blog(LOG_INFO,
"Always On Top not available on Wayland, ignoring");
"Always On Top not available on Wayland, ignoring.");
ui->actionAlwaysOnTop->setEnabled(false);
ui->actionAlwaysOnTop->setVisible(false);
}