Files
aiolauncher_scripts/samples/remove_sale_card.lua
2025-02-20 07:53:57 +08:00

5 lines
100 B
Lua

function on_load()
aio:remove_widget("sale")
ui:show_text("Sale widget not removed :)")
end