[gnome-music/wip/mschraal/gtk4-v2: 30/60] Disable MediaKeys (FIXME)




commit 62928ebd3b8839c79ff70839ead2a87aa8335b40
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun Apr 11 23:35:25 2021 +0200

    Disable MediaKeys (FIXME)

 gnomemusic/window.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index f05446c16..82d59613e 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -97,7 +97,7 @@ class Window(Gtk.ApplicationWindow):
         self._startup_timeout_id = 0
         self._setup_view()
 
-        MediaKeys(self._player, self)
+        # MediaKeys(self._player, self)
 
     def _setup_view(self):
         self._headerbar = HeaderBar(self._app)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]