Skip to content

Commit 1532cea

Browse files
Merge pull request #121 from koordinates/hc-fix-tag-icon
Fix missing create tag icon reference
2 parents 38aac9b + 2786ed6 commit 1532cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kart/gui/icons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def icon(f):
1919
commitIcon = icon("commit.png")
2020
createBranchIcon = icon("createbranch.png")
2121
createRepoIcon = icon("createrepo.png")
22+
createTagIcon = icon("label.png")
2223
crossIcon = icon("cross.png")
2324
datasetIcon = icon("dataset.png")
2425
deleteIcon = icon("delete.png")

0 commit comments

Comments
 (0)