Skip to content

Commit 6c2a459

Browse files
committed
Changed tag icon
1 parent 3502ff0 commit 6c2a459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YAFC/Workspace/ProductionTable/ProductionTableView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ private static readonly (Icon icon, SchemeColor color)[] tagIcons = {
908908
(Icon.Help, SchemeColor.BackgroundText),
909909
(Icon.Time, SchemeColor.BackgroundText),
910910
(Icon.DarkMode, SchemeColor.BackgroundText),
911-
(Icon.Plus, SchemeColor.BackgroundText),
911+
(Icon.Settings, SchemeColor.BackgroundText),
912912
};
913913

914914
private void BuildRowMarker(ImGui gui, RecipeRow row)

0 commit comments

Comments
 (0)