[Install] Fix bt

This commit is contained in:
2025-11-17 09:17:27 +01:00
parent 4fce8c955c
commit 5b610643c7
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ const BrightnessModule = () => {
const setBrightness = (value: number) => {
brightness.screen = value;
}
return (
<box visible={bind(brightness, 'screenAvailable')}>
<image iconName={"brightness-high-symbolic"}></image>