Merge pull request #1248 from jsjlewis96/dot-neutral

#987 Neutral dot labels in options
This commit is contained in:
C. Perreau
2021-06-18 18:13:09 +02:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ URLS: Dict[str, str] = {
"Issues": "https://github.com/dcs-liberation/dcs_liberation/issues",
}
LABELS_OPTIONS = ["Full", "Abbreviated", "Dot Only", "Off"]
LABELS_OPTIONS = ["Full", "Abbreviated", "Dot Only", "Neutral Dot", "Off"]
SKILL_OPTIONS = ["Average", "Good", "High", "Excellent"]
AIRCRAFT_BANNERS: Dict[str, QPixmap] = {}