aboutsummaryrefslogtreecommitdiffstats
path: root/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Main.qml b/Main.qml
index 50b14da4..10938ed1 100644
--- a/Main.qml
+++ b/Main.qml
@@ -275,9 +275,9 @@ Window {
const diagFile = tempDir + "/" + timestamp + "_neptune3_versions.txt";
saveFile(diagFile, display.sysInfo.qtDiag);
- notificationInterface.summary = qsTr("UI screenshot has been taken successfully");
- notificationInterface.body = qsTr("UI screenshot and diagnostics information are stored in %1").arg(tempDir);
- notificationInterface.show();
+ notificationInterfaceInfo.summary = qsTr("UI screenshot has been taken successfully");
+ notificationInterfaceInfo.body = qsTr("UI screenshot and diagnostics information are stored in %1").arg(tempDir);
+ notificationInterfaceInfo.show();
}
onActivated: {