Oliver Schwendener
Oliver Schwendener
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
I try to get file icons and convert them to base64. This is my code (`test.js`): ``` javascript const { getIconForPath, ICON_SIZE_MEDIUM } = require("system-icon"); const filePath = "C:\\Users\\Oliver\\Desktop\\file.txt"; getIconForPath(filePath,...
This npm package is exactly what I have been looking for months! Currently I am building an app launcher for Windows and macOS and I struggle to get the system...
Autostart option does not work when Ueli is installed via Microsoft Store **To Reproduce** Steps to reproduce the behavior: 1. Open settings 2. Go to "General" settings 3. Enable "Autostart"...
**Describe the bug** When pressing the hotkey to hide Ueli's window the focus is not restored correctly to where it was previously. **To Reproduce** Steps to reproduce the behavior: 1....
### Describe the bug I'm trying to debug tests in Visual Studio Code. I followed this guide: https://vitest.dev/guide/debugging.html to set up the vscode debugger and everything works fine, until I...