1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-21 03:43:41 +00:00

Allow app to start minimized (as tray icon) (#169)

* Allow app to start minimized (as tray icon)

* Rever german locale
This commit is contained in:
h44z
2019-02-02 18:16:32 +01:00
committed by Kyle Spearrin
parent b55ab576ef
commit a380188120
4 changed files with 28 additions and 0 deletions

View File

@@ -821,6 +821,12 @@
"enableTrayDesc": {
"message": "Always show an icon in the system tray."
},
"startMinimized": {
"message": "Start minimized"
},
"startMinimizedDesc": {
"message": "When starting the application, it will only show an icon in the system tray."
},
"language": {
"message": "Language"
},