1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

Remove electron modal mode link

This commit is contained in:
Jeffrey Holland
2025-10-13 13:14:57 +02:00
parent 8f067bdce4
commit 85f7351c40

View File

@@ -28,6 +28,6 @@ Weve also implemented a couple FIDO2 UI components to handle registration/sig
## Modal mode
When (modal mode)[https://www.electronjs.org/docs/latest/api/browser-window#modal-windows] is activated, the desktop app turns into a smaller modal that is always on top and cannot be resized. This is done to improve the UX of performing a passkey operation (or SSH operation). Once the operation is completed, the app returns to normal mode and its previous position.
When modal mode is activated, the desktop app turns into a smaller modal that is always on top and cannot be resized. This is done to improve the UX of performing a passkey operation (or SSH operation). Once the operation is completed, the app returns to normal mode and its previous position.
Some modal modes may hide the 'traffic buttons' (window controls) due to design requirements.