You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zoom level set with the view menu or crtl+<=/-> is configurable per-server, and this is sticky for each instance. One would usually want all app windows to use the same zoom level that would be a global default setting.
Ah indeed, I cannot seem to reproduce the restart reset of the zoom. I do see the same issue with jump to 100% on any change.
I will change the title & OP to reflect the minor bug & request to have a global setting to default to, as it's a minor UX nuisance to have them independently configured (unless you for some reason explicitly want that as an override)
nuke-web3
changed the title
[Feat] Remember the zoom level used per server between app restarts (plus option to set default overall zoom for all servers)
[Feat] Option to set default overall zoom for all servers (and minor setting zoom incrementally bug)
Mar 21, 2024
This matches the native Electron behavior.
Fixes part of #1360 by removing the separate zoomFactor state
variable.
Signed-off-by: Anders Kaseorg <[email protected]>
Problem Description
The zoom level set with the view menu or
crtl+<=/->
is configurable per-server, and this is sticky for each instance. One would usually want all app windows to use the same zoom level that would be a global default setting.Proposed Solution
Ideally one would have a menu option to set the default zoom level for all servers. Most browsers support this kinda thing and it seems there are ways to expose this in electron.
Example from the desktop telegram app:
The server could remember and override the default setting, using keybindings or perhaps a server level setting (rather than app level)
The text was updated successfully, but these errors were encountered: