mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
88214a0d3c
commit
5a9cbc97e3
@@ -886,7 +886,7 @@ Server::isSwitchOkay(BaseClientProxy* newScreen,
|
||||
}
|
||||
|
||||
// check for optional needed modifiers
|
||||
KeyModifierMask mods = this->m_primaryClient->getToggleMask( );
|
||||
KeyModifierMask mods = this->m_primaryClient->getToggleMask();
|
||||
|
||||
if (!preventSwitch && (
|
||||
(this->m_switchNeedsShift && ((mods & KeyModifierShift) != KeyModifierShift)) ||
|
||||
|
||||
Reference in New Issue
Block a user