- Add comprehensive expandable help section in normal mode with detailed instructions - Include usage recommendations, adjustment tips, and comparison methods - Add simplified tooltip in fullscreen mode for quick reference - Improve user guidance for LED strip color calibration process - Maintain dual-mode functionality (normal/fullscreen) with appropriate help content
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main application window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"core:window:allow-set-fullscreen",
|
|
"core:window:allow-is-fullscreen"
|
|
]
|
|
}
|