1
0
forked from xomf/slabOS

Update slabos.lua

This commit is contained in:
xomf 2025-06-02 00:44:14 +00:00
parent 195188e6fc
commit c62539a04b

View File

@ -264,7 +264,7 @@ main:addButton()
:setBackground(colours.black) :setBackground(colours.black)
:setForeground(colours.white) :setForeground(colours.white)
:onClick(function() :onClick(function()
populate_homescreen_buttons()
if current_active_frame ~= homescreen or app_switcher_frame.visible == true then if current_active_frame ~= homescreen or app_switcher_frame.visible == true then
app_switcher_frame:setVisible(false) app_switcher_frame:setVisible(false)
switch_to_frame(homescreen, "Home Screen") switch_to_frame(homescreen, "Home Screen")