Tony
Tony
The current way of preventing scrolling will hide the scrollbar and causing a layout shift when using a none overlay scrollbar (default on windows)   I can only think...
## Environment details - OS: Windows 10 - OS version: 19045 - node-pty version: current main branch d6ce76a801f68730f7204b7b27bb21dbf8e63001 ## Issue description Calling `spawn` locks cwd directory so that you can't...
https://user-images.githubusercontent.com/68118705/223340765-0b1ec951-2833-46d6-8423-cb1306eeb987.mp4
It's `files: File[]` now > ### Respond to when a file is dropped on the element > > When a user has succesfully dropped a file on to the element,...
Add an option to replace nsis util plugin with built-in ones, this can reduce the final bundle size by ~0.8 MB Downsides including: - Can't compare semver like `2.0.0-alpha.1` -...
According to https://learn.microsoft.com/en-us/windows/win32/dwm/setwindowcompositionattribute > The use of this API is not recommended. Use [DwmSetWindowAttribute](https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/nf-dwmapi-dwmsetwindowattribute) instead. https://github.com/tauri-apps/tao/blob/88e1e32901fff8de329ec948b5b858ed05dcde78/src/platform_impl/windows/dark_mode.rs#L175-L211 (should be opening a blank issue, not from the bug template, sorry about that)
Reference: https://github.com/tauri-apps/plugins-workspace/pull/1174
**Describe the Bug**  As you can see from the image, can't interact with those action buttons **Steps To Reproduce** 1. Open a git history list with enough commits to...
Closes #15
> - Breaking change: [winapi-rs](https://crates.io/crates/winapi) is not maintained any more, so migrate to Microsofts [windows-sys](https://crates.io/crates/windows-sys) as a backend > > https://github.com/gentoo90/winreg-rs/releases/tag/v0.50.0