parent
9e74d0aea7
commit
4a9c4dbc04
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ CFullscreenTrackpadGesture::CFullscreenTrackpadGesture(const std::string_view& m
|
|||
if (lc.starts_with("fullscreen"))
|
||||
m_mode = MODE_FULLSCREEN;
|
||||
else if (lc.starts_with("maximize"))
|
||||
m_mode == MODE_MAXIMIZE;
|
||||
m_mode = MODE_MAXIMIZE;
|
||||
else
|
||||
m_mode = MODE_FULLSCREEN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue