mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 10:59:18 +01:00
chore: assert that bannedplugin serializes correctly
This commit is contained in:
parent
138bf2552d
commit
3c0cfc693f
2 changed files with 12 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue