Comment by smithcoin
2 years ago
How were you able to manage the window always being on top? I thought you had to disable SIP for that on MacOS.
2 years ago
How were you able to manage the window always being on top? I thought you had to disable SIP for that on MacOS.
In Electron it's super easy. Just set alwaysOnTop to true: https://github.com/timsayshey/cringe-clock/blob/main/src/bac...