Allow moving partitions with unknown file system.

BUG: 404398
This commit is contained in:
Andrius Štikonas 2020-10-04 21:18:08 +01:00
parent 924830ebbd
commit 4819eec59b
1 changed files with 1 additions and 1 deletions

View File

@ -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)