diff --git a/src/fs/unknown.cpp b/src/fs/unknown.cpp index 6df09f7..156862c 100644 --- a/src/fs/unknown.cpp +++ b/src/fs/unknown.cpp @@ -12,7 +12,7 @@ namespace FS { -FileSystem::CommandSupportType unknown::m_Move = FileSystem::cmdSupportNone; +FileSystem::CommandSupportType unknown::m_Move = FileSystem::cmdSupportCore; unknown::unknown(qint64 firstsector, qint64 lastsector, qint64 sectorsused, const QString& label, const QVariantMap& features) : FileSystem(firstsector, lastsector, sectorsused, label, features, FileSystem::Type::Unknown)