Skip to content

Commit

Permalink
Use macOS app Info.plist setting for automatic light/dark title bar (#…
Browse files Browse the repository at this point in the history
…3883)

* Use macOS app Info.plist setting for automatic light/dark title bar

* Update desktop/package/macosx/Info.plist

Co-Authored-By: Christoph Atteneder <christoph.atteneder@gmail.com>

Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
  • Loading branch information
ripcurlx committed Jan 16, 2020
2 parents 5233b85 + 74ff4a0 commit c50a761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop/package/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@

<key>CFBundlePackageType</key>
<string>APPL</string>

<!-- macOS will manage light/dark title bar automatically -->
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict>
</plist>

0 comments on commit c50a761

Please sign in to comment.