mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Merge pull request #1765 from waneon/pr
[partition] Fix invalid variable name
This commit is contained in:
commit
bcfd9ec355
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ PartitionPage::updateButtons()
|
|||
if ( device->type() == Device::Type::SoftwareRAID_Device
|
||||
&& static_cast< SoftwareRAID* >( device )->status() == SoftwareRAID::Status::Inactive )
|
||||
{
|
||||
createTable = false;
|
||||
create = false;
|
||||
allow_create_table = false;
|
||||
allow_create = false;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue