From 7c2e2b6869236549fc436b6250c9f98a4f6b3d5d Mon Sep 17 00:00:00 2001 From: Rivulet Date: Thu, 1 Jan 2026 22:48:25 -0800 Subject: [PATCH] fix launcher app id --- startup/99_phoneOS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup/99_phoneOS.lua b/startup/99_phoneOS.lua index dadf48e..6609e62 100644 --- a/startup/99_phoneOS.lua +++ b/startup/99_phoneOS.lua @@ -3,7 +3,7 @@ local windows = loadfile("/libs/windows.lua")() local containers = loadfile("/libs/containers.lua")() local focusedapp = nil local home_button = "[------]" -local launcherappid = "com.ruffles.launcher" +local launcherappid = "org.ruffles.launcher" local launcherapp = nil _G.app = {} function _G.app.focusapp(pid)