diff --git a/OtterGui b/OtterGui index 7d0fcdba..dc4ad8a5 160000 --- a/OtterGui +++ b/OtterGui @@ -1 +1 @@ -Subproject commit 7d0fcdbadf70f59675e8666de014e5dcb67da35d +Subproject commit dc4ad8a5fd0347642d3fdae5f2dc17a7fbfacaa1 diff --git a/Penumbra/UI/ModsTab/ModFileSystemSelector.cs b/Penumbra/UI/ModsTab/ModFileSystemSelector.cs index 5a53712d..0665c68a 100644 --- a/Penumbra/UI/ModsTab/ModFileSystemSelector.cs +++ b/Penumbra/UI/ModsTab/ModFileSystemSelector.cs @@ -652,12 +652,13 @@ public sealed class ModFileSystemSelector : FileSystemSelector Add the state filter combo-button to the right of the filter box. - protected override float CustomFilters(float width) + protected override (float, bool) CustomFilters(float width) { var pos = ImGui.GetCursorPos(); var remainingWidth = width - ImGui.GetFrameHeight(); @@ -693,17 +696,17 @@ public sealed class ModFileSystemSelector : FileSystemSelector