We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aac9b commit 2786ed6Copy full SHA for 2786ed6
kart/gui/icons.py
@@ -19,6 +19,7 @@ def icon(f):
19
commitIcon = icon("commit.png")
20
createBranchIcon = icon("createbranch.png")
21
createRepoIcon = icon("createrepo.png")
22
+createTagIcon = icon("label.png")
23
crossIcon = icon("cross.png")
24
datasetIcon = icon("dataset.png")
25
deleteIcon = icon("delete.png")
0 commit comments