revert(ui): remove the per-tab regex filter

This commit is contained in:
2026-05-22 21:42:43 +02:00
parent a18ac130b3
commit b3fc96f424
6 changed files with 4 additions and 138 deletions
+4 -4
View File
@@ -201,10 +201,10 @@ public sealed class Plugin : IAsyncDalamudPlugin
// Schema gate: v1.4.x+ requires config v16+. Users on older schemas
// must install v1.4.2 first to run the migration chain. v19 adds the
// per-tab MessageRegex field (UI-8) and the top-level CustomSoundVolume,
// WindowOpacityInactive, WorldSuffixMode and NameFormMode fields — all
// additive with defaults, so v16-v18 configs load cleanly and get their
// Version stamp bumped after the gate.
// top-level CustomSoundVolume, WindowOpacityInactive, WorldSuffixMode
// and NameFormMode fields — all additive with defaults, so v16-v18
// configs load cleanly and get their Version stamp bumped after the
// gate.
if (Config.Version < 16)
{
throw new InvalidOperationException(