If I turn "decorations" off I can't resize the window anymore. I want to make a custom title bar, but this is stopping me from doing that. This is a repository where I just created a new Tauri 2.0 App and just turned decorations off for the main window https://github.com/xXChampionsXx/tauri-app. It has the same Problem.
I run windows 11 23H2 and the following dependency versions:
"dependencies": {
"solid-js": "^1.8.12",
"@tauri-apps/api": "^2.0.0-alpha.14",
"@tauri-apps/plugin-shell": "^2.0.0-alpha.5"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-solid": "^2.9.1",
"@tauri-apps/cli": "^2.0.0-alpha.21"
}