Commit 3bfc46b6 authored by nanahira's avatar nanahira

fix

parent 1465c67d
...@@ -46,7 +46,6 @@ class Utility extends base { ...@@ -46,7 +46,6 @@ class Utility extends base {
} }
} }
@Provide('panel', { immediate: true })
@DefinePlugin() @DefinePlugin()
class ControlPanel extends base { class ControlPanel extends base {
@Inject(true) @Inject(true)
...@@ -83,7 +82,7 @@ class ControlPanel extends base { ...@@ -83,7 +82,7 @@ class ControlPanel extends base {
@Reusable() @Reusable()
@UsingService('aragami') @UsingService('aragami')
@Isolate('panel', 'utility') @Isolate('utility')
@OnPlatform('onebot') @OnPlatform('onebot')
@DefinePlugin() @DefinePlugin()
export default class OrderPicker extends base { export default class OrderPicker extends base {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment