forgot to reset clicks
This commit is contained in:
parent
7025ba138a
commit
872f26839f
@ -124,6 +124,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
|||||||
QTimer::singleShot(QApplication::doubleClickInterval(), [this] {
|
QTimer::singleShot(QApplication::doubleClickInterval(), [this] {
|
||||||
if(wasDoubleCLick) {
|
if(wasDoubleCLick) {
|
||||||
wasDoubleCLick = false;
|
wasDoubleCLick = false;
|
||||||
|
trayIconClicks = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(trayIconClicks == 1) {
|
if(trayIconClicks == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user