fix: add missing is_default field to MetaPluginProgram
This commit is contained in:
@@ -195,6 +195,7 @@ fn build_meta_plugin_table() -> Table {
|
|||||||
args: Vec::new(),
|
args: Vec::new(),
|
||||||
supported: true,
|
supported: true,
|
||||||
meta_name: "".to_string(),
|
meta_name: "".to_string(),
|
||||||
|
is_default: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user