5 lines
100 B
Lua
5 lines
100 B
Lua
function on_load()
|
|
aio:remove_widget("sale")
|
|
ui:show_text("Sale widget not removed :)")
|
|
end
|