Skip to content

Commit

Permalink
Merge pull request #11140 from vverst/dark-title-bar
Browse files Browse the repository at this point in the history
Add darkModeSupport to allow dark themed title bar.
  • Loading branch information
t3chguy committed Oct 14, 2019
2 parents 21ea6c6 + 2e5b0fb commit 5e78312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"afterInstall": "electron_app/build/linux/after-install.tpl"
},
"mac": {
"category": "public.app-category.social-networking"
"category": "public.app-category.social-networking",
"darkModeSupport": true
},
"win": {
"target": {
Expand Down

0 comments on commit 5e78312

Please sign in to comment.