mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-11 10:43:31 +02:00
initial namespace config definition
This commit is contained in:
@@ -106,5 +106,11 @@
|
||||
"iconAsTemplate": true,
|
||||
"menuOnLeftClick": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"namespaces": [{
|
||||
"id": "main",
|
||||
"description": "Main window namespace",
|
||||
"members": ["main"],
|
||||
"capabilities": ["allow-ping"]
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user