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