mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Add onUserEnable placeholder
This commit is contained in:
parent
88d2baa901
commit
29200f33d4
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ export default class GitHubSyncPlugin extends Plugin {
|
|||
vaultCreateListener: EventRef | null = null;
|
||||
vaultModifyListener: EventRef | null = null;
|
||||
|
||||
async onUserEnable() {
|
||||
// TODO: Add onboarding
|
||||
console.log("Enabled!");
|
||||
}
|
||||
|
||||
async onload() {
|
||||
await this.loadSettings();
|
||||
await this.loadMetadata();
|
||||
|
|
|
|||
Loading…
Reference in a new issue