forked from matrix/element-web
Merge pull request #11140 from vverst/dark-title-bar
Add darkModeSupport to allow dark themed title bar.
This commit is contained in:
commit
5e783124e8
|
@ -178,7 +178,8 @@
|
||||||
"afterInstall": "electron_app/build/linux/after-install.tpl"
|
"afterInstall": "electron_app/build/linux/after-install.tpl"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.social-networking"
|
"category": "public.app-category.social-networking",
|
||||||
|
"darkModeSupport": true
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": {
|
"target": {
|
||||||
|
|
Loading…
Reference in New Issue