forked from xomf/slabOS
Update slabos.lua
This commit is contained in:
parent
195188e6fc
commit
c62539a04b
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user