Skip to content
Snippets Groups Projects
Commit 130eb43b authored by Teo Mrnjavac's avatar Teo Mrnjavac Committed by Philip
Browse files

Use the target system's boot name in partitioning summary widget.

parent 9a5221bb
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment