From c908305be08d028130262852d14d1f3b0ecb2241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Tue, 16 Feb 2021 15:15:24 +0100 Subject: [PATCH] Update window title with video title Clapper no longer has a title bar to show the media title during playback. Update window title so the video title is also shown on "Activities" view in addition to fullscreen top overlay. --- src/widget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget.js b/src/widget.js index 6da54dfc..54c68f5d 100644 --- a/src/widget.js +++ b/src/widget.js @@ -285,6 +285,7 @@ class ClapperWidget extends Gtk.Grid : subtitle; } + this.root.title = title; this.revealerTop.setMediaTitle(title); }