- added setting to hide the new marker settings for certain bar types

- hid marker settings for the eclipse bar since it controls the placement and defines a single marker itself
This commit is contained in:
Parnic
2010-09-13 05:33:59 +00:00
parent 0ca1764a45
commit 61ae4e915f
2 changed files with 3 additions and 2 deletions

View File

@ -622,7 +622,7 @@ end
}
}
}
if not self.moduleSettings.bHideMarkerSettings then
opts["markerSettings"] =
{
type = 'group',
@ -733,7 +733,7 @@ end
},
}
}
end
return opts
end