revert(ui): remove the per-tab regex filter
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user