diff options
| author | ShootingStarDragons <ShootingStarDragons@protonmail.com> | 2023-01-23 20:15:43 +0800 |
|---|---|---|
| committer | ShootingStarDragons <ShootingStarDragons@protonmail.com> | 2023-01-23 20:15:43 +0800 |
| commit | 7d95ac23cecdec48b3c84a42afdfbed5b6d870a8 (patch) | |
| tree | c48f00798c50a6b2a07a695b0bb1bf4fb18e0daf /src | |
| parent | Warn when no secret can be requested (diff) | |
| download | nheko-7d95ac23cecdec48b3c84a42afdfbed5b6d870a8.tar.xz | |
feat: hide all popup menus when press leftbutton on somewhere else
Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972, The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday
Diffstat (limited to 'src')
| -rw-r--r-- | src/MainWindow.cpp | 10 | ||||
| -rw-r--r-- | src/MainWindow.h | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp |
