1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PS-1874] Manage zoom factor when opening / closing the application (#4050)

* fix: manage zoom factor when opening / closing the application

* Fix zoom factor type and removed useless instruction

* Specified WindowState as the type of windowStates
This commit is contained in:
CristianAUnisa
2022-12-16 00:20:10 +01:00
committed by GitHub
parent d8a121463e
commit 8a1230b959
2 changed files with 15 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ export class WindowState {
displayBounds: any;
x?: number;
y?: number;
zoomFactor?: number;
}