mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user