Whoops, don't crash on first startup due to HSTS notifications.
1 files changed, 3 insertions(+), 0 deletions(-) M roland/extensions.py
M roland/extensions.py => roland/extensions.py +3 -0
@@ 54,6 54,9 @@ class ClipboardManager(Extension): class NotificationManager(Extension): + # allow other things to notify + sort_order = -1 + def setup(self): from gi.repository import Notify if not Notify.is_initted():