mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Make floating window update its title earlier
Instead of waiting till animation finishes, update the window title right away when changing modes
This commit is contained in:
@@ -326,7 +326,7 @@ class ClapperWidget extends Gtk.Grid
|
||||
|
||||
refreshWindowTitle(title)
|
||||
{
|
||||
const isFloating = !this.controlsRevealer.child_revealed;
|
||||
const isFloating = !this.controlsRevealer.reveal_child;
|
||||
const pipSuffix = ' - PiP';
|
||||
const hasPipSuffix = title.endsWith(pipSuffix);
|
||||
|
||||
|
Reference in New Issue
Block a user