Skip to content

Commit

Permalink
Reload settings before project uploads
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Nov 17, 2024
1 parent 975a7eb commit fcfb233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/activator.mts
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ export default class Activator {

return;
}
this.settings.reload();

const syncDir = await this.settings.requestSyncFolder("Upload");

Expand Down

0 comments on commit fcfb233

Please sign in to comment.