Remove some warnings about nullable.

This commit is contained in:
Ottermandias 2021-02-21 16:08:08 +01:00
parent 3f9d97f65f
commit ef2f2cff5c
26 changed files with 330 additions and 352 deletions

View file

@ -64,7 +64,7 @@ namespace Penumbra.UI
_browserTab.Draw();
InstalledTab.Draw();
if( _base._plugin.Configuration.ShowAdvanced )
if( _base._plugin!.Configuration!.ShowAdvanced )
{
EffectiveTab.Draw();
}