Remove unused ExitRequested pyotherside event
This commit is contained in:
@@ -8,10 +8,6 @@ import ".."
|
||||
QtObject {
|
||||
signal deviceUpdateSignal(string forAccount)
|
||||
|
||||
function onExitRequested(exitCode) {
|
||||
Qt.exit(exitCode)
|
||||
}
|
||||
|
||||
function onNotificationRequested(id, title, body, image, highImportance) {
|
||||
const level = window.notificationLevel
|
||||
|
||||
|
Reference in New Issue
Block a user