mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 02:18:01 -04:00
* added custom title bar for windows * Hid tooltips * fixed commentary * removed unused export * removed not needed classes * removed class for testing * Updated configuration for Tauri v2 * updated german locale * refactor, added an native icon swap if window maximized/minimized * cleaning up * missed condition on overview page * fixed formatting * removed unused keys --------- Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"app:default",
|
|
"image:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"webview:default",
|
|
"webview:allow-internal-toggle-devtools",
|
|
"os:allow-os-type",
|
|
"window:allow-start-dragging",
|
|
"dialog:allow-open",
|
|
"window:allow-close",
|
|
"window:allow-minimize",
|
|
"window:allow-toggle-maximize"
|
|
]
|
|
}
|