electron-toolkit
electron-toolkit copied to clipboard
Toolkit for Electron
### Description Hi, my project needs an ESM only module, and luckily the first Electron 28 beta dropped today on NPM. This PR resolves peer dependency issues allowing for Electron...
### Describe the bug I `setAutoLaunch` to `true` but the app never launches on startup. Is there something i'm missing ? ### Electron-Toolkit Version ^3.0.0 ### Electron Version ^31.0.2 ###...
### Describe the bug Hi! I have an electron/drizzle app with the following config: drizzle.config.ts ```ts import type { Config } from 'drizzle-kit' import { DatabaseConfig } from './src/libs/config' export...
### Clear and concise description of the problem ESLint is migrating from eslintrc to eslint.config.js, with ESM support. ### Suggested solution It would be nice if the eslint configs from...
### Description `app` may be null or undefined ### Additional context --- ### What is the purpose of this pull request? - [X] Bug fix - [ ] New Feature...
### Describe the bug I have been debugging this for longer than I'd care to admit.. I have a custom menu config like so: ```js { label: "Zoom in", role:...