summaryrefslogtreecommitdiff
path: root/plugins/warp/src/plugin.rs
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-10-07 14:14:45 -0400
committerMason Reed <mason@vector35.com>2025-10-07 14:14:45 -0400
commitaafb1e7a4ce244b3f0aa25ac201dfbeeff2110e8 (patch)
tree4be02337ba0193495b58ed1bb8246526dbb51521 /plugins/warp/src/plugin.rs
parent2153c833b67de7e032ff135cdb322bb4e49d2bd1 (diff)
[WARP] Move WARP settings to own setting group
This then allows us to group the settings into more understandable subgroups such as fetcher & matcher
Diffstat (limited to 'plugins/warp/src/plugin.rs')
-rw-r--r--plugins/warp/src/plugin.rs1
1 files changed, 1 insertions, 0 deletions
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);