Refactor forecast and historian-driven meteo dashboard
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main", "chart-*"],
|
||||
"description": "Capability for the main and chart windows",
|
||||
"windows": [
|
||||
"main",
|
||||
"chart-*",
|
||||
"maincharts-*",
|
||||
"climatecharts-*"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
@@ -19,6 +24,9 @@
|
||||
"core:window:allow-maximize",
|
||||
"core:window:allow-toggle-maximize",
|
||||
|
||||
"core:window:allow-start-dragging"
|
||||
"core:window:allow-start-dragging",
|
||||
|
||||
"core:event:allow-listen",
|
||||
"core:event:allow-emit"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user