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)
: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")