mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 14:50:05 +01:00
gestures/float: fix typo
This commit is contained in:
parent
16c18dde24
commit
559024c331
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ CFloatTrackpadGesture::CFloatTrackpadGesture(const std::string_view& data) {
|
|||
if (lc.starts_with("float"))
|
||||
m_mode = FLOAT_MODE_FLOAT;
|
||||
else if (lc.starts_with("tile"))
|
||||
m_mode == FLOAT_MODE_TILE;
|
||||
m_mode = FLOAT_MODE_TILE;
|
||||
else
|
||||
m_mode = FLOAT_MODE_TOGGLE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue