Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
settings: Default to starting app on login.
Browse files Browse the repository at this point in the history
Acts on an observation that it is easier to turn off auto-start on login
than it is to turn on.
  • Loading branch information
kanishk98 authored and akashnimare committed Mar 12, 2019
1 parent 0f638dd commit ef6abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class ServerManagerView {
useSystemProxy: false,
showSidebar: true,
badgeOption: true,
startAtLogin: false,
startAtLogin: true,
startMinimized: false,
enableSpellchecker: true,
showNotification: true,
Expand Down

0 comments on commit ef6abbf

Please sign in to comment.