mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 05:44:00 +00:00
fix: api
This commit is contained in:
parent
fc892a3651
commit
16a451189f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import { PluginSettingsComponent } from './plugin-settings-component.ts';
|
|||
import { PluginSettingsTab } from './plugin-settings-tab.ts';
|
||||
|
||||
export class Plugin extends PluginBase {
|
||||
public override onloadImpl(): void {
|
||||
protected override onloadImpl(): void {
|
||||
const pluginSettingsComponent = this.addChild(
|
||||
new PluginSettingsComponent({
|
||||
dataHandler: new PluginDataHandler(this),
|
||||
|
|
|
|||
Loading…
Reference in a new issue