From aafb1e7a4ce244b3f0aa25ac201dfbeeff2110e8 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 7 Oct 2025 14:14:45 -0400 Subject: [WARP] Move WARP settings to own setting group This then allows us to group the settings into more understandable subgroups such as fetcher & matcher --- plugins/warp/src/plugin.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/warp/src/plugin.rs') diff --git a/plugins/warp/src/plugin.rs b/plugins/warp/src/plugin.rs index 229b0ae0..5746a9bc 100644 --- a/plugins/warp/src/plugin.rs +++ b/plugins/warp/src/plugin.rs @@ -139,6 +139,7 @@ pub extern "C" fn CorePluginInit() -> bool { // Register our matcher and plugin settings globally. let mut global_bn_settings = Settings::new(); + global_bn_settings.register_group("warp", "WARP"); MatcherSettings::register(&mut global_bn_settings); PluginSettings::register(&mut global_bn_settings); -- cgit v1.3.1