mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 09:46:40 +00:00
Add Tauri UI
This commit is contained in:
10
client/uitauri/src-tauri/capabilities/default.json
Normal file
10
client/uitauri/src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri/capabilities-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Default capabilities for the NetBird UI",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"core:tray:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user