From c04dea7f3ea1f97aea19182ad1a54b550c73dea2 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 31 May 2026 00:22:30 +0200 Subject: [PATCH] ESC -> lib-management.launcher (renamed per ADR-0045) The launcher migrated from lib-sporel.launcher to lib-management.launcher per ADR-0045 (three-tier library naming). Update the quit_to_launcher handler to match the new module id. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 32a196d..a126442 100644 --- a/init.lua +++ b/init.lua @@ -228,7 +228,7 @@ end function M.update(ctx, dt) if input.was_action_pressed("quit_to_launcher") then - engine.switch_module("lib-sporel.launcher") + engine.switch_module("lib-management.launcher") return end