mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[partition] Setting revertButton enabled after deactivating VG.
This commit is contained in:
parent
295e14530e
commit
67d9ebbfc0
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ PartitionPage::updateButtons()
|
||||||
|
|
||||||
isVGdeactivated = m_core->isVGdeactivated( lvmDevice );
|
isVGdeactivated = m_core->isVGdeactivated( lvmDevice );
|
||||||
|
|
||||||
m_ui->revertButton->setEnabled( isVGdeactivated );
|
if ( isVGdeactivated )
|
||||||
|
m_ui->revertButton->setEnabled( true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue