Tailwind, dialog, filesystem, homedir & save finding, initial project work

This commit is contained in:
2024-11-27 04:30:43 -06:00
parent c6e6434cf6
commit 82589e555d
14 changed files with 1778 additions and 193 deletions

View File

@@ -1,10 +1,14 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:allow-open",
"dialog:default",
"fs:default"
]
}