Skip to content

Commit

Permalink
Merge pull request #121 from koordinates/hc-fix-tag-icon
Browse files Browse the repository at this point in the history
Fix missing create tag icon reference
  • Loading branch information
hamishcampbell authored Dec 4, 2024
2 parents 38aac9b + 2786ed6 commit 1532cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kart/gui/icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def icon(f):
commitIcon = icon("commit.png")
createBranchIcon = icon("createbranch.png")
createRepoIcon = icon("createrepo.png")
createTagIcon = icon("label.png")
crossIcon = icon("cross.png")
datasetIcon = icon("dataset.png")
deleteIcon = icon("delete.png")
Expand Down

0 comments on commit 1532cea

Please sign in to comment.