[partition] Ensure bootloader path is saved after manual edit

This commit is contained in:
Adriaan de Groot 2024-07-02 23:30:43 +02:00
parent e52b220a69
commit 8aec50d185

View File

@ -531,6 +531,8 @@ PartitionPage::editExistingPartition( Device* device, Partition* partition )
dlg->applyChanges( m_core );
}
delete dlg;
updateBootLoaderInstallPath();
}
void