Use the target system's boot name in partitioning summary widget.
This commit is contained in:
parent
9a5221bbd8
commit
130eb43b26
@ -250,6 +250,8 @@ PartitionViewStep::createSummaryWidget() const
|
||||
previewLabels->setModel( info.partitionModelAfter );
|
||||
preview->setSelectionMode( QAbstractItemView::NoSelection );
|
||||
previewLabels->setSelectionMode( QAbstractItemView::NoSelection );
|
||||
previewLabels->setCustomNewRootLabel( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::BootloaderEntryName ) );
|
||||
info.partitionModelAfter->setParent( widget );
|
||||
field = new QVBoxLayout;
|
||||
CalamaresUtils::unmarginLayout( field );
|
||||
|
Loading…
Reference in New Issue
Block a user