-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): add an option for preventing window overflow #9687
base: dev
Are you sure you want to change the base?
feat(core): add an option for preventing window overflow #9687
Conversation
…t-window-overflow
We probably need some better documentations and names, and also implementation for linux and mac |
Just a note: on macOS, you will need to turn off |
Co-authored-by: Jason Tsai <[email protected]>
Package Changes Through 4c944eeThere are 5 changes which include tauri with patch, tauri-utils with patch, tauri-runtime with patch, tauri-runtime-wry with patch, @tauri-apps/api with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Searched around a bit but didn't find a good way of doing it on linux, I guess falling back to use the monitor size is not all that bad |
since we can't make breaking changes anymore right now
Closes #9671