Skip to content

Commit

Permalink
fix: Fixed the issue of waiting for restart after exiting
Browse files Browse the repository at this point in the history
Fixed the issue of waiting for restart after exiting

Bug: https://pms.uniontech.com/bug-view-290781.html
Log: Fixed the issue of waiting for restart after exiting
  • Loading branch information
pengfeixx committed Dec 2, 2024
1 parent f0b7b62 commit f30b506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/mainwindow/MainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ApplicationWindow {
delayTimer.start();
}
});
} else {
VNoteMainManager.forceExit();
}
}
onWidthChanged: {
Expand All @@ -82,7 +84,7 @@ ApplicationWindow {
running: false

onTriggered: {
VNoteMainManager.foreceExit();
VNoteMainManager.forceExit();
}
}

Expand Down

0 comments on commit f30b506

Please sign in to comment.