Skip to content

Commit

Permalink
Follow the system appearance by default on macOS
Browse files Browse the repository at this point in the history
This only applies to new users. This is done to be as native as possible.
  • Loading branch information
sindresorhus committed Jan 17, 2019
1 parent e0ffe16 commit 9b1d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Store = require('electron-store');

module.exports = new Store({
defaults: {
followSystemAppearance: false,
followSystemAppearance: true,
darkMode: false,
vibrancy: false,
zoomFactor: 1,
Expand Down

0 comments on commit 9b1d1d8

Please sign in to comment.