Topher Anselmo
Topher Anselmo
**Describe the bug** When creating a fresh Vue 2 project with TypeScript support with the latest Vue CLI (5.0.1 as of writing) and attempting to run in Electron, the build...
The docs state that `If position [the second argument] is a point, it will put the given image in the given position` with regard to Image:putImage(). I would expect the...
* **Electron-Builder Version**: 24.6.4 * **Node Version**: 18.16.1 * **Electron Version**: 26.3.0 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows x64, portable When using the `portable` target, the...
I needed to get the bounds of windows, but `GetWindowRect` includes the drop shadow. This might have it's uses, so I added a new function that makes use of `DwmGetWindowAttribute`...
Helping with the requests made [here](https://community.luart.org/d/501-some-minor-requests), added properties to toggle the minimize/maximize buttons of a window.
There are a lot of `console.log`'s in this project, and it would be nice if there was a way to toggle their usage to keep the console clean. In addition,...