Files
impostor/inc/desition/desition.go_to_home.lua
Zsolt Tasnadi 9eef8fd6e0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline failed
Util.go_to_screen_by_id
2026-02-17 21:58:22 +01:00

9 lines
181 B
Lua

DesitionManager.register({
id = "go_to_home",
label = "Go to Home",
handle = function()
Util.go_to_screen_by_id("home")
end,
condition = function() return true end
})