mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Use the target system's boot name in partitioning summary widget.
This commit is contained in:
parent
66d66cf446
commit
6e7dc0b437
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue