tweaks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-18 19:17:18 +01:00
parent e2bd1711c0
commit 6303781534
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
DesitionManager.register({
id = "go_to_walking_to_home",
label = "Go to Walking to home",
label = "Walking to home",
handle = function()
Util.go_to_screen_by_id("walking_to_home")
end,

View File

@@ -1,6 +1,6 @@
DesitionManager.register({
id = "go_to_walking_to_office",
label = "Go to Walking to office",
label = "Walking to office",
handle = function()
Util.go_to_screen_by_id("walking_to_office")
end,