mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Remove some warnings about nullable.
This commit is contained in:
parent
3f9d97f65f
commit
ef2f2cff5c
26 changed files with 330 additions and 352 deletions
|
|
@ -64,7 +64,7 @@ namespace Penumbra.UI
|
|||
_browserTab.Draw();
|
||||
InstalledTab.Draw();
|
||||
|
||||
if( _base._plugin.Configuration.ShowAdvanced )
|
||||
if( _base._plugin!.Configuration!.ShowAdvanced )
|
||||
{
|
||||
EffectiveTab.Draw();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue