diff options
author | 2022-03-30 18:36:05 +0530 | |
---|---|---|
committer | 2022-03-30 18:36:05 +0530 | |
commit | e800208f2a600bb77c04f012cbbc7ded506fd663 (patch) | |
tree | 2007014e90571501104130fe298b810e3fd444b6 /src/settingswidget.cpp | |
parent | d06a4abb4755d0e97e8ef03688bc878117d90b4e (diff) | |
download | whatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.tar.gz whatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.zip |
fix: notification popup click behavior
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 75e1075..c8764b1 100644 --- a/src/settingswidget.cpp +++ b/src/settingswidget.cpp @@ -518,7 +518,7 @@ void SettingsWidget::on_notificationCombo_currentIndexChanged(int index) { } void SettingsWidget::on_tryNotification_clicked() { - emit notify("This is a test notification..."); + emit notify("This is a long long long test notification......"); } void SettingsWidget::on_automaticThemeCheckBox_toggled(bool checked) { |