chore: assert that bannedplugin serializes correctly

This commit is contained in:
goat 2022-07-14 18:56:19 +02:00
parent 138bf2552d
commit 3c0cfc693f
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
2 changed files with 12 additions and 4 deletions

View file

@ -210,7 +210,7 @@ namespace Dalamud.Interface.Internal
/// Opens the <see cref="DataWindow"/>.
/// </summary>
/// <param name="dataKind">The data kind to switch to after opening.</param>
public void OpenDataWindow(string dataKind = null)
public void OpenDataWindow(string? dataKind = null)
{
this.dataWindow.IsOpen = true;
if (dataKind != null && this.dataWindow.IsOpen)