Fix issue with hide all constellation lines action

This commit is contained in:
Malin E
2023-08-09 16:25:36 +02:00
parent 54ad5bfdd5
commit 72b186b805
@@ -116,7 +116,7 @@ local HideConstellations = {
Identifier = "os.constellations.HideConstellations",
Name = "Hide all",
Command = [[
openspace.fadeOut("Scene.Constellations.Renderable", nil, "openspace.setPropertyValueSingle('Scene.Constellations.Renderable.Enabled', false); openspace.setPropertyValueSingle("Scene.Constellations.Renderable.ConstellationSelection", {})")
openspace.fadeOut("Scene.Constellations.Renderable", nil, "openspace.setPropertyValueSingle('Scene.Constellations.Renderable.Enabled', false); openspace.setPropertyValueSingle('Scene.Constellations.Renderable.ConstellationSelection', {})")
]],
Documentation = "Hides all the constellations lines",
GuiPath = "/Constellations/Lines",