added notification after saving backup and logs files

This commit is contained in:
vladimir.kuznetsov 2023-10-14 21:18:38 +05:00
parent 512ac74ee6
commit 8885f580b2
2 changed files with 2 additions and 0 deletions

View file

@ -115,6 +115,7 @@ PageType {
PageController.showBusyIndicator(true)
SettingsController.exportLogsFile(fileName)
PageController.showBusyIndicator(false)
PageController.showNotificationMessage(qsTr("Logs file saved"))
}
}
}