refactor iFuseWidget: streamline UI updates and improve path handling

This commit is contained in:
uncor3
2025-10-30 04:07:28 -07:00
parent 528ae8f530
commit 56d03f069a
4 changed files with 147 additions and 78 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ QStringList iFuseManager::getMountArg(std::string &udid, QString &path)
return QStringList() << "-u" << QString::fromStdString(udid) << path;
}
#ifdef Q_OS_LINUX
#ifdef __linux__
QList<QString> iFuseManager::getMountPoints()
{
QProcess mountProcess;