"docs/source/en/vscode:/vscode.git/clone" did not exist on "b536f39818b5a797b53f69aac20e3eef6900e919"
Commit d3002558 authored by HinGwenWoong's avatar HinGwenWoong
Browse files

Fix add same label in key dialog

parent 9e04c09f
......@@ -1606,8 +1606,6 @@ class MainWindow(QMainWindow):
fit_to_content={'column': True, 'row': False},
flags=None
)
else:
self.keyDialog.labelList.addItems(self.existed_key_cls_set)
def importDirImages(self, dirpath, isDelete=False):
if not self.mayContinue() or not dirpath:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment