plugins: enable layout plugin by default

This commit is contained in:
hap 2023-07-31 11:04:49 +02:00
parent 057f7dd38e
commit c13ec72934

View File

@ -5,6 +5,6 @@
"version": "0.0.1",
"author": "Carl",
"type": "plugin",
"start": "false"
"start": "true"
}
}