mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Fix spelling typo
This commit is contained in:
parent
d5778bafb6
commit
74dd8d7f51
@ -838,8 +838,9 @@ QStringList getDriveList()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_LINUX)
|
#if defined(Q_OS_LINUX)
|
||||||
QString mntName("/mnt/chromeos/removeable");
|
QString mntName("/mnt/chromeos/removable");
|
||||||
QDir mnt(mntName);
|
QDir mnt(mntName);
|
||||||
|
qDebug() << "Checking for" << mntName;
|
||||||
if ( mnt.exists() ) {
|
if ( mnt.exists() ) {
|
||||||
qDebug() << "Checking Crostini removable folders";
|
qDebug() << "Checking Crostini removable folders";
|
||||||
QFileInfoList mntPts = mnt.entryInfoList();
|
QFileInfoList mntPts = mnt.entryInfoList();
|
||||||
|
Loading…
Reference in New Issue
Block a user