We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede079f commit 1bf2129Copy full SHA for 1bf2129
ui/opensnitch/service.py
@@ -510,6 +510,7 @@ def _on_settings_saved(self):
510
511
def _has_desktop_notifications(self):
512
desk_ntfs_available = self._desktop_notifications.is_available() and self._desktop_notifications.are_enabled()
513
+ ntf_type = Config.NOTIFICATION_TYPE_QT
514
if desk_ntfs_available:
515
ntf_type = Config.NOTIFICATION_TYPE_SYSTEM
516
ntf_type = self._cfg.getInt(Config.NOTIFICATIONS_TYPE, ntf_type)
0 commit comments