mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
WM: defaults detectPlugin to true
This commit is contained in:
@@ -4487,7 +4487,7 @@
|
||||
"detectPlugin": {
|
||||
"description": "Set if window manager plugin should be detected on supported platforms",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
"default": true
|
||||
},
|
||||
"key": {
|
||||
"$ref": "#/$defs/key"
|
||||
|
||||
+1
-1
@@ -122,7 +122,7 @@ bool ffGenerateWMJsonResult(FF_MAYBE_UNUSED FFWMOptions* options, yyjson_mut_doc
|
||||
void ffInitWMOptions(FFWMOptions* options)
|
||||
{
|
||||
ffOptionInitModuleArg(&options->moduleArgs, "");
|
||||
options->detectPlugin = false;
|
||||
options->detectPlugin = true;
|
||||
}
|
||||
|
||||
void ffDestroyWMOptions(FFWMOptions* options)
|
||||
|
||||
Reference in New Issue
Block a user