Radix, request methods, and theme stuff

This commit is contained in:
Gregory Schier
2023-02-18 15:53:03 -08:00
parent e69ccb62da
commit 92f0ead969
17 changed files with 6989 additions and 54 deletions

View File

@@ -19,6 +19,11 @@
},
"window": {
"startDragging": true
},
"fs": {
"scope": [
"$RESOURCE/*"
]
}
},
"bundle": {
@@ -45,7 +50,9 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"resources": [
"plugins/*"
],
"shortDescription": "",
"targets": "all",
"windows": {
@@ -67,7 +74,6 @@
"resizable": true,
"title": "Twosomnia",
"width": 1400,
"theme": "Dark",
"titleBarStyle": "Overlay",
"hiddenTitle": true
}