chore: disable create calendar in v0.1.3

This commit is contained in:
nathan 2023-04-18 08:36:47 +08:00
parent d3363aba0f
commit 5a654711ec

View file

@ -34,7 +34,7 @@ class CalendarPluginBuilder extends PluginBuilder {
class CalendarPluginConfig implements PluginConfig {
@override
bool get creatable => true;
bool get creatable => false;
}
class CalendarPlugin extends Plugin {