diff options
| author | 2023-07-31 11:04:49 +0200 | |
|---|---|---|
| committer | 2023-07-31 11:04:49 +0200 | |
| commit | c13ec72934e319fc6d9a72eadb54a866c8156a03 (patch) | |
| tree | 7fe3615e23616fe5fbff836eb0e7eb2ad013d31a /plugins/layout/plugin.json | |
| parent | 057f7dd38efe274137b1d32f260d5407639e0775 (diff) | |
plugins: enable layout plugin by default
Diffstat (limited to 'plugins/layout/plugin.json')
| -rw-r--r-- | plugins/layout/plugin.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/layout/plugin.json b/plugins/layout/plugin.json index 996e09d6a07..706464157b9 100644 --- a/plugins/layout/plugin.json +++ b/plugins/layout/plugin.json @@ -5,6 +5,6 @@ "version": "0.0.1", "author": "Carl", "type": "plugin", - "start": "false" + "start": "true" } } |
