Mods
This commit is contained in:
parent
881d51f1c2
commit
f76cb83bc1
|
@ -57,7 +57,6 @@ class Config:
|
||||||
merge_goal: int = 10
|
merge_goal: int = 10
|
||||||
manifest_path: Path
|
manifest_path: Path
|
||||||
manifest: dict[str, str]
|
manifest: dict[str, str]
|
||||||
separator_color: str = "rgb(111, 111, 111)"
|
|
||||||
icon_on: str = "✅"
|
icon_on: str = "✅"
|
||||||
icon_off: str = "❌"
|
icon_off: str = "❌"
|
||||||
ant: str = "🐜"
|
ant: str = "🐜"
|
||||||
|
|
|
@ -439,7 +439,7 @@ class Game:
|
||||||
|
|
||||||
style = f"""
|
style = f"""
|
||||||
QMenu::separator {{
|
QMenu::separator {{
|
||||||
background-color: {Config.separator_color};
|
background-color: {Config.alt_border_color};
|
||||||
}}
|
}}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue