mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
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.
This commit is contained in:
@@ -285,6 +285,7 @@ class ClapperWidget extends Gtk.Grid
|
|||||||
: subtitle;
|
: subtitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.root.title = title;
|
||||||
this.revealerTop.setMediaTitle(title);
|
this.revealerTop.setMediaTitle(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user