[partition] Assign the replace-mode FS when reading the configuration
This commit is contained in:
parent
c9be4c744f
commit
b022555198
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user