Valtteri Palonkorpi
Results
2
comments of
Valtteri Palonkorpi
With Electron, this can be accomplished with the following adjustments: ``` app.dock.hide() mainWindow.setAlwaysOnTop(true, "screen-saver") mainWindow.setVisibleOnAllWorkspaces(true) ``` In AppKit, this can be accomplished by settings `NSWindow.level` to `screenSaver`. This doesn't solve...
Seems you've implemented something similar already, which works fine in dev mode. Odd that it hasn't been fixed in Tauri yet, as the issue has been open since Aug 2021.