Merge pull request #651 from amnezia-vpn/bugfix/on-escape-pressed

fixed initial value of m_drawerDepth
This commit is contained in:
pokamest 2024-02-28 06:35:38 -08:00 committed by GitHub
commit fe558163cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ private:
bool m_isTriggeredByConnectButton;
int m_drawerDepth;
int m_drawerDepth = 0;
};
#endif // PAGECONTROLLER_H