mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 10:27:36 +02:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
parent
88214a0d3c
commit
5a9cbc97e3
7 changed files with 10 additions and 10 deletions
|
@ -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)) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue