feat(notifications): implement actions for Linux (#5976)

This commit is contained in:
Arne
2025-03-02 16:07:52 +01:00
committed by GitHub
parent 13dfe716b8
commit 1812f1bb15
3 changed files with 103 additions and 23 deletions
@@ -49,8 +49,7 @@ NotificationPage::NotificationPage()
#if defined(Q_OS_WIN) || defined(CHATTERINO_WITH_LIBNOTIFY)
settings.append(this->createCheckBox(
"Show notification", getSettings()->notificationToast));
#endif
#ifdef Q_OS_WIN
auto openIn = settings.emplace<QHBoxLayout>().withoutMargin();
{
openIn