[partition] Assign the replace-mode FS when reading the configuration

This commit is contained in:
Adriaan de Groot 2022-12-18 00:58:44 +01:00
parent c9be4c744f
commit b022555198

View File

@ -337,7 +337,9 @@ Config::fillConfigurationFSTypes( const QVariantMap& configurationMap )
Q_ASSERT( !m_eraseFsTypes.isEmpty() );
Q_ASSERT( m_eraseFsTypes.contains( fsRealName ) );
m_eraseFsTypeChoice = fsRealName;
m_replaceFileSystemChoice = fsRealName;
Q_EMIT eraseModeFilesystemChanged( m_eraseFsTypeChoice );
Q_EMIT replaceModeFilesystemChanged( m_replaceFileSystemChoice );
}