-
-
Notifications
You must be signed in to change notification settings - Fork 234
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: Add start as minimized toggle to settings #248
Conversation
Co-authored-by: TheKodeToad <[email protected]>
Co-authored-by: V <[email protected]>
Definitely interested in this one, thank you everyone! |
this doesn't work, the splash doesn't show but the main app does not start minimised |
ah, it seems like this only doesnt work if the app was maximised when it was quit. when windowing the app before quitting, it works as intended |
thank you! |
This reverts commit 40b952d.
i don't think this feature makes much sense in its current state. who would want to explicitly open vesktop and have it open minimised? when you open it with an explicit action, you want it to be usable immediately the only case where users realistically would want vesktop to start minimised is if the action was implicit, so via the start with system option. i think this option should be reworked to be exactly that |
This PR makes it possible for the user to start Vesktop in minimized mode. Meaning no splash screen nor the main window appearing on launch. Resolves #242