Tweak CS2 fetch defaults

Use a downward arrow icon for Fetch Images and default downloads to the project's images directory, updating subtool buttons and docs accordingly.
This commit is contained in:
lm
2025-10-18 14:53:55 +02:00
parent 5bfdd83e90
commit 717ac72f36
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class UIBuilderMixin:
("🧹", self._t("toolbar.clear_excludes"), self.clear_excludes),
("", self._t("toolbar.undo_exclude"), self.undo_exclude),
("🔄", self._t("toolbar.reset_sliders"), self.reset_sliders),
("", self._t("toolbar.cs2_tool"), self.open_cs2_pattern_tool),
("", self._t("toolbar.cs2_tool"), self.open_cs2_pattern_tool),
("🌓", self._t("toolbar.toggle_theme"), self.toggle_theme),
]
self._toolbar_buttons: list[dict[str, object]] = []