aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.cpp
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-03-30 18:36:05 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-03-30 18:36:05 +0530
commite800208f2a600bb77c04f012cbbc7ded506fd663 (patch)
tree2007014e90571501104130fe298b810e3fd444b6 /src/settingswidget.cpp
parentd06a4abb4755d0e97e8ef03688bc878117d90b4e (diff)
downloadwhatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.tar.gz
whatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.zip
fix: notification popup click behavior
Diffstat (limited to 'src/settingswidget.cpp')
-rw-r--r--src/settingswidget.cpp2
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) {