From 96837a4808a0eecbcfb5cc7aff4103fb74ce668e Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Wed, 17 Jul 2024 19:05:46 +0200 Subject: [PATCH] Fixed display settings visible even on devices without screen --- SettingsTabPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SettingsTabPage.qml b/SettingsTabPage.qml index c22a90f..a320d7e 100644 --- a/SettingsTabPage.qml +++ b/SettingsTabPage.qml @@ -113,7 +113,7 @@ AnimatedStackView { ApiKeyValueHelper { id: displayApiKeyValueHelper deviceConnection: mainScreen.deviceConnection - apiKey: "ccd" + apiKey: "dro" } iconSource: "material-icons/grid_guides.svg"