Merge pull request #1765 from waneon/pr

[partition] Fix invalid variable name
This commit is contained in:
Adriaan de Groot 2021-08-29 02:11:15 +02:00 committed by GitHub
commit bcfd9ec355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}