Identifier fix for action os.planetsmoons.ToggleTrails

This commit is contained in:
Arohdin
2025-08-28 15:24:12 +02:00
parent 491ac7c0a3
commit 1d70fb2ede

View File

@@ -26,8 +26,8 @@ local ToggleTrails = {
Identifier = "os.planetsmoons.ToggleTrails",
Name = "Toggle planet and moon trails",
Command = [[
openspace.toggleFade("{planetTrail_solarSystem}.Renderable.Fade")
openspace.toggleFade("{moonTrail_solarSystem}.Renderable.Fade")
openspace.toggleFade("{planetTrail_solarSystem}.Renderable")
openspace.toggleFade("{moonTrail_solarSystem}.Renderable")
]],
Documentation = "Toggle fade for planet and moon trails in the Scene",
GuiPath = "/Trails",