diff --git a/package.json b/package.json index 4caf797..2b8ad53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Scripts-Manager", - "version": "2.0.0b6", + "version": "2.0.0b7", "description": "A minimal Electron application", "main": "main.js", "scripts": { diff --git a/scripts/stream-flash/script.js b/scripts/stream-flash/script.js index 530b6dd..960dd30 100644 --- a/scripts/stream-flash/script.js +++ b/scripts/stream-flash/script.js @@ -56,6 +56,9 @@ function create_window() { win.loadFile(path.join(__dirname, 'flash', 'index.html')).then(() => { set_opacity(_config.settings.opacity); set_duration(_config.settings.duration); + + win.setAlwaysOnTop(true, 'screen-saver'); + win.setVisibleOnAllWorkspaces(true); win.show(); }); setInterval(() => { diff --git a/scripts/stream-widgets/index.html b/scripts/stream-widgets/index.html index d18d6d1..e4759e1 100644 --- a/scripts/stream-widgets/index.html +++ b/scripts/stream-widgets/index.html @@ -107,7 +107,7 @@