mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix next status handling.
This commit is contained in:
parent
b5882a75d1
commit
8525cefb6b
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
|
|||
Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ProductName ) );
|
||||
|
||||
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
||||
setNextEnabled( m_beforePartitionBarsView->selectionModel()->currentIndex().isValid() );
|
||||
|
||||
cDebug() << "Partition selected for Alongside.";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue