fix: avoid resizing login transition
This commit is contained in:
@@ -53,8 +53,8 @@ private:
|
||||
|
||||
QElapsedTimer m_backClickTimer;
|
||||
|
||||
quint32 m_defaultWidth{450};
|
||||
quint32 m_defaultHeight{320};
|
||||
quint32 m_defaultWidth{1280};
|
||||
quint32 m_defaultHeight{800};
|
||||
bool m_realQuit{false};
|
||||
bool m_themeAnimating{false};
|
||||
bool m_wasPausedByTray{false};
|
||||
|
||||
Reference in New Issue
Block a user