This commit is contained in:
恍兮惚兮 2024-08-14 22:18:27 +08:00
parent 7504032513
commit 72b9653aed

View File

@ -1929,6 +1929,8 @@ class listediter(LDialog):
self.closecallback()
def __cb(self, paths):
if isinstance(paths, str):
paths = [paths]
for path in paths:
self.internalrealname.insert(0, path)
self.hcmodel.insertRow(0, [QStandardItem(path)])