mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fixed initial value of m_drawerDepth
This commit is contained in:
@@ -126,7 +126,7 @@ private:
|
|||||||
|
|
||||||
bool m_isTriggeredByConnectButton;
|
bool m_isTriggeredByConnectButton;
|
||||||
|
|
||||||
int m_drawerDepth;
|
int m_drawerDepth = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PAGECONTROLLER_H
|
#endif // PAGECONTROLLER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user