From c62539a04b848b1ee1fa21e63d581848b67e9507 Mon Sep 17 00:00:00 2001 From: xomf Date: Mon, 2 Jun 2025 00:44:14 +0000 Subject: [PATCH] Update slabos.lua --- slabos.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slabos.lua b/slabos.lua index a7d114e..dfaa909 100644 --- a/slabos.lua +++ b/slabos.lua @@ -264,7 +264,7 @@ main:addButton() :setBackground(colours.black) :setForeground(colours.white) :onClick(function() - + populate_homescreen_buttons() if current_active_frame ~= homescreen or app_switcher_frame.visible == true then app_switcher_frame:setVisible(false) switch_to_frame(homescreen, "Home Screen")