Skip to content

Commit

Permalink
chore: always remove spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcru committed Jan 5, 2024
1 parent edd4fc7 commit 3378f9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/HolyProgress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ export class HolyProgress {
next();
}, speed);

if (this.settings.showSpinner === true) {
this.removeSpinner();
}
this.removeSpinner();
}, speed);
} else {
setTimeout(next, speed);
Expand Down

0 comments on commit 3378f9d

Please sign in to comment.