Skip to content

Commit 477cf1f

Browse files
committed
feat(pendingView): Pending view after switching project.
1 parent 3ca0230 commit 477cf1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,7 @@ export default class InvioPlugin extends Plugin {
14291429
const { iconSvgSyncWait } = getIconSvg();
14301430
icon.createIconNode(this, this.settings.localWatchDir, iconSvgSyncWait);
14311431
await this.saveSettings();
1432+
this.pendingView()
14321433
}
14331434

14341435
async checkIfRemoteProjectSync() {

0 commit comments

Comments
 (0)