From ed88d77268967fd3f4db9106a37739cc2937cf04 Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Mon, 28 Feb 2022 18:25:49 +0530 Subject: version 3.0 --- src/settingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settingswidget.cpp') diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp index 5903491..ba42372 100644 --- a/src/settingswidget.cpp +++ b/src/settingswidget.cpp @@ -387,7 +387,7 @@ void SettingsWidget::on_notificationCombo_currentIndexChanged(int index) { } void SettingsWidget::on_tryNotification_clicked() { - emit notify("Test Notification"); + emit notify("This is a test notification..."); } void SettingsWidget::on_automaticThemeCheckBox_toggled(bool checked) { -- cgit v1.2.3