diff options
-rw-r--r-- | qml/main.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qml/main.qml b/qml/main.qml index 73abec6..94ac72a 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -48,10 +48,4 @@ Kirigami.ApplicationWindow { eventEmitter = accountsModel.getEventEmitter() eventEmitter.start(); } - - onClosing: { - console.log('stopping') - pageStack.pop(null) - delete root.accountsModel - } } |