- No reason to expect bugs. Unless you're using Gnome or KDE.

This commit is contained in:
trigg 2020-10-19 18:07:51 +00:00
parent fddd68eeb1
commit ac2afa4d6a

View file

@ -27,7 +27,6 @@ class OverlayWindow(Gtk.Window):
self.is_wayland = False
if "Wayland" in screen_type:
self.is_wayland = True
print("Using Wayland GDK. Expect bugs")
return Gtk.WindowType.TOPLEVEL
return Gtk.WindowType.POPUP