initialize PersistentNotificationPlugin first
This commit is contained in:
parent
1de515bf33
commit
ad7a5cf2db
|
@ -59,6 +59,12 @@ abstract class PluginsModule {
|
||||||
@AllConfigs
|
@AllConfigs
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@IntKey(0)
|
@IntKey(0)
|
||||||
|
abstract fun bindPersistentNotificationPlugin(plugin: PersistentNotificationPlugin): PluginBase
|
||||||
|
|
||||||
|
@Binds
|
||||||
|
@AllConfigs
|
||||||
|
@IntoMap
|
||||||
|
@IntKey(5)
|
||||||
abstract fun bindOverviewPlugin(plugin: OverviewPlugin): PluginBase
|
abstract fun bindOverviewPlugin(plugin: OverviewPlugin): PluginBase
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
|
@ -271,12 +277,6 @@ abstract class PluginsModule {
|
||||||
@IntKey(340)
|
@IntKey(340)
|
||||||
abstract fun bindStatusLinePlugin(plugin: StatusLinePlugin): PluginBase
|
abstract fun bindStatusLinePlugin(plugin: StatusLinePlugin): PluginBase
|
||||||
|
|
||||||
@Binds
|
|
||||||
@AllConfigs
|
|
||||||
@IntoMap
|
|
||||||
@IntKey(350)
|
|
||||||
abstract fun bindPersistentNotificationPlugin(plugin: PersistentNotificationPlugin): PluginBase
|
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
@AllConfigs
|
@AllConfigs
|
||||||
@IntoMap
|
@IntoMap
|
||||||
|
|
Loading…
Reference in a new issue