diff options
author | 2022-02-28 18:25:49 +0530 | |
---|---|---|
committer | 2022-02-28 18:25:49 +0530 | |
commit | ed88d77268967fd3f4db9106a37739cc2937cf04 (patch) | |
tree | a32a2fbe858b7a625cfd23ba78b733277319f435 /src/settingswidget.cpp | |
parent | 9867a6b6279229d53fe59854a511c9eea9888427 (diff) | |
download | whatsie-ed88d77268967fd3f4db9106a37739cc2937cf04.tar.gz whatsie-ed88d77268967fd3f4db9106a37739cc2937cf04.zip |
version 3.0
Diffstat (limited to 'src/settingswidget.cpp')
-rw-r--r-- | src/settingswidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |