This commit is contained in:
2026-05-14 13:30:06 +08:00
parent 974946cee4
commit e43171521d
91 changed files with 10485 additions and 3254 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ void ResourceLibraryDock::rebuildCombinedList() {
it->setText(r.displayName);
it->setIcon(QIcon(makePreviewPixmap(r)));
it->setData(Qt::UserRole, i);
it->setToolTip(r.resourceId);
it->setToolTip({});
list->addItem(it);
}
}