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

View File

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