Skip to content

Commit d0c6a0d

Browse files
committed
kiosk modoe by default
1 parent 6cc6f5d commit d0c6a0d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/App.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import {
4949
initializeCompanionIntegration,
5050
} from "./plugins/companion";
5151
import {
52-
getKioskModePreference,
5352
subscribeToHAProperties,
5453
unsubscribeFromHAProperties,
5554
} from "./plugins/homeassistant";
@@ -200,8 +199,7 @@ const completeInitialization = async () => {
200199
201200
// Enable kiosk mode when running in Home Assistant ingress
202201
if (store.isIngressSession && serverInfo.homeassistant_addon) {
203-
const kioskPref = getKioskModePreference();
204-
subscribeToHAProperties({ kioskMode: kioskPref, router });
202+
subscribeToHAProperties({ kioskMode: true, router });
205203
}
206204
207205
if (api.baseUrl) {

0 commit comments

Comments
 (0)