From 425918eef06d5e95d103df197f75216dca14679e Mon Sep 17 00:00:00 2001 From: "Leon.Schmidt" Date: Sat, 8 Aug 2026 22:48:11 +0200 Subject: [PATCH] ADD - allow server widget persistence --- sky_phone/source/server/phone.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/sky_phone/source/server/phone.lua b/sky_phone/source/server/phone.lua index a3060bd..9306467 100644 --- a/sky_phone/source/server/phone.lua +++ b/sky_phone/source/server/phone.lua @@ -14,6 +14,7 @@ local allowed_device_namespaces = { alarms = true, apps = true, games = true, + widgets = true, } local function trim(value)