settings: Add a setting option to start the app in background. (#366)

Fixes #314.
This commit is contained in:
Akash Nimare
2017-12-29 12:37:53 +05:30
committed by GitHub
parent c0b57bbe2b
commit 5c3208d44c
3 changed files with 32 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ class ServerManagerView {
showSidebar: true,
badgeOption: true,
startAtLogin: false,
startMinimized: false,
enableSpellchecker: true,
showNotification: true,
betaUpdate: false,