-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add ability to restore Cinny's window size and position #327
base: main
Are you sure you want to change the base?
Conversation
a6ce2c8
to
12858c8
Compare
@kfiven Hey Krishan, any news on this? Sending best wishes |
330008e
to
5612eec
Compare
5612eec
to
59de259
Compare
Hey, could you please also resolve conflicts? |
@kfiven Done! |
ping @kfiven |
Hi, Sorry this took so long. I tried to build the app locally with these changes and it failed to build. |
@kfiven Looks fixed now, give it a try and let me know. |
For the record I had to disable code format on save and auto-formatting to avoid introducing style changes. Would you be open to using |
Description
Enables Cinny on macOS to restore its window state from past sessions, using Tauri's
window-state
.Fixes #326 #125
Note that
v2
isn’t used to prevent conflicts withgtk-3
. We might switch to v2 later, but for now we’re sticking withv1
to avoid breaking issues.Type of change
Checklist: