mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -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
|
if ( device->type() == Device::Type::SoftwareRAID_Device
|
||||||
&& static_cast< SoftwareRAID* >( device )->status() == SoftwareRAID::Status::Inactive )
|
&& static_cast< SoftwareRAID* >( device )->status() == SoftwareRAID::Status::Inactive )
|
||||||
{
|
{
|
||||||
createTable = false;
|
allow_create_table = false;
|
||||||
create = false;
|
allow_create = false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue