1
0

feat: add a fullscreen shortcut

This commit is contained in:
Gary Wang
2020-05-19 14:08:29 +08:00
parent 1864ff5b7f
commit fe0b36dc34
2 changed files with 14 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ protected slots:
void toggleStayOnTop();
bool stayOnTop();
void quitAppAction(bool force = false);
void toggleFullscreen();
private:
QPoint m_oldMousePos;