mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Preferences: Fixed issue with setting native notifications
This commit is contained in:
parent
fe209d8350
commit
b0e741447d
|
@ -330,7 +330,7 @@ Preferences::Preferences(QupZilla* mainClass, QWidget* parent)
|
|||
#else
|
||||
notifyType = DesktopNotificationsFactory::PopupWidget;
|
||||
#endif
|
||||
if (ui->useNativeSystemNotifications->isChecked() && notifyType == DesktopNotificationsFactory::DesktopNative) {
|
||||
if (ui->useNativeSystemNotifications->isEnabled() && notifyType == DesktopNotificationsFactory::DesktopNative) {
|
||||
ui->useNativeSystemNotifications->setChecked(true);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user