-
Notifications
You must be signed in to change notification settings - Fork 193
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
Set a fixed application size #2681
Comments
Rather than a button, we should remember the zoom after restarts. |
This change adds a new environment variable "ZOOM_LEVEL" to remember the zoom level in the Electron app after restarts. Fixes: #2681 Signed-off-by: Evangelos Skopelitis <[email protected]>
This change adds a new environment variable "ZOOM_LEVEL" to remember the zoom level in the Electron app after restarts. Fixes: #2681 Signed-off-by: Evangelos Skopelitis <[email protected]>
@Andrew1988123123 Nevermind. I was trying the app in a way where somehow the zoom was remembered, I will relay this info to @skoeva but you are right that it doesn't keep the zoom. |
@Andrew1988123123 Nevermind my previous comment. I updated it. |
Tested with the dev app, the zoom is kept because it's linked to devtools. The zoom persisted after restarting my entire machine and reset when I hit |
This change refactors the zoom functionality in the Electron app to remember the zoom level in the Electron app after restarts. Fixes: #2681 Signed-off-by: Evangelos Skopelitis <[email protected]> change
This change refactors the zoom functionality in the Electron app to remember the zoom level in the Electron app after restarts. Fixes: #2681 Signed-off-by: Evangelos Skopelitis <[email protected]> change
Is your feature request related to a problem? Please describe the impact that the lack of the feature requested is creating.
After starting application, I have to set application size again with Zoom in/out buttons. Reset Zoom button is not an option for me because application is still not properly adjusted. Problem occurs only on desktop application.
Describe the solution you'd like
Add a button that save application size.
What users will benefit from this feature?
User will not have to set application size every time.
Are you able to implement this feature?
No
Additional context
Add button here
The text was updated successfully, but these errors were encountered: