Add option to show floating video on all workspaces

Option to stick the floating mode window to all workspaces. Disabled by default. Can be enabled in player preferences.
This commit is contained in:
Rafał Dzięgiel
2021-02-16 14:42:12 +01:00
parent 530f60bce9
commit 2347ff52bf
4 changed files with 19 additions and 6 deletions

View File

@@ -73,6 +73,9 @@ class ClapperBehaviourPage extends PrefsBase.Grid
this.addTitle('Resume');
this.addCheckButton('Ask to resume last unfinished video', 'resume-enabled');
this.addTitle('Floating Mode');
this.addCheckButton('Show on all workspaces', 'floating-stick');
}
});