From 6b9d5d1b63d82290875467c120f623fa6e6ec755 Mon Sep 17 00:00:00 2001 From: Oliver Herrmann Date: Tue, 4 Apr 2023 15:03:45 +1000 Subject: [PATCH] Make the window always float on top --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index ea46c69..e4c0180 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,8 @@ const createWindow = () => { maxHeight: 44, frame: false, }) + + win.setAlwaysOnTop(true, 'floating'); win.webContents.on('select-bluetooth-device', (e, devices, cb) => { e.preventDefault()