Merge pull request #1765 from waneon/pr

[partition] Fix invalid variable name
main
Adriaan de Groot 4 years ago committed by GitHub
commit bcfd9ec355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save