mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-21 09:30:03 +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"))
|
if (lc.starts_with("float"))
|
||||||
m_mode = FLOAT_MODE_FLOAT;
|
m_mode = FLOAT_MODE_FLOAT;
|
||||||
else if (lc.starts_with("tile"))
|
else if (lc.starts_with("tile"))
|
||||||
m_mode == FLOAT_MODE_TILE;
|
m_mode = FLOAT_MODE_TILE;
|
||||||
else
|
else
|
||||||
m_mode = FLOAT_MODE_TOGGLE;
|
m_mode = FLOAT_MODE_TOGGLE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue