chore:增加获取包图标函数

This commit is contained in:
2025-06-05 14:44:57 +08:00
parent 86b57ecdc1
commit 0d12df77cc
3 changed files with 7 additions and 1 deletions

View File

@@ -224,3 +224,8 @@ bool aptssUpdater::checkDesktopFiles(const QStringList &desktopFiles, QString &a
appName = packageName;
return false;
}
QStringList aptssUpdater::getPackageIcons()
{
}