mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
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:
@@ -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');
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user