mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
#6346 Fix disable lock to screen was always set to true
This commit is contained in:
@@ -1183,7 +1183,7 @@ Server::processOptions()
|
||||
newRelativeMoves = (value != 0);
|
||||
}
|
||||
else if (id == kOptionDisableLockToScreen) {
|
||||
m_disableLockToScreen = true;
|
||||
m_disableLockToScreen = (value != 0);
|
||||
}
|
||||
else if (id == kOptionClipboardSharing) {
|
||||
m_enableClipboard = (value != 0);
|
||||
|
||||
Reference in New Issue
Block a user