From da1d96f5e8df96a66c0897f103d3824efa0e26c5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:58:39 +1000 Subject: lock: add weather --- config/LockConfig.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/LockConfig.qml') diff --git a/config/LockConfig.qml b/config/LockConfig.qml index 19f35d4..59faca9 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -8,5 +8,7 @@ JsonObject { property int inputWidth: 600 property int inputHeight: 200 property int faceSize: 100 + property int weatherWidth: 400 + property int weatherHeight: 100 } } -- cgit v1.2.3-freya