Skip to content

Commit

Permalink
fix: typo in the default theme icons names
Browse files Browse the repository at this point in the history
FossilOrigin-Name: ddcb54b47073dc2fcc1d6bd746c35407b80b0dac8b2ba04cab11449f1d4cb220
  • Loading branch information
thindil committed Jan 13, 2024
1 parent 39df4b0 commit 76466b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nim/src/ui/themes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ let
cleanOrderIcon: defaultThemeIconPath & "clean-order.svg",
manufactureIcon: defaultThemeIconPath & "craft.svg",
noManufactureIcon: defaultThemeIconPath & "craft-empty.svg",
moveMapUpIcon: defaultThemeIconPath & "vertical-flog.svg",
moveMapUpIcon: defaultThemeIconPath & "vertical-flip.svg",
moveMapDownIcon: defaultThemeIconPath & "contract.svg",
moveMapLeftIcon: defaultThemeIconPath & "horizontal-flip.svg",
moveMapRightIcon: defaultThemeIconPath & "flip-right.svg",
Expand Down

0 comments on commit 76466b5

Please sign in to comment.