mirror of https://github.com/KDE/kasts.git
Fix close to tray
This commit is contained in:
parent
2beb424e74
commit
74f52e6171
|
@ -495,7 +495,7 @@ Kirigami.ApplicationWindow {
|
|||
Connections {
|
||||
target: kastsMainWindow
|
||||
|
||||
function onClosing() {
|
||||
function onClosing(close) {
|
||||
if (SystrayIcon.available && SettingsManager.showTrayIcon && SettingsManager.minimizeToTray) {
|
||||
close.accepted = false;
|
||||
kastsMainWindow.hide();
|
||||
|
|
Loading…
Reference in New Issue