Skip to content

Commit 229dc99

Browse files
committed
Fix count comment negation
1 parent 3f7ec65 commit 229dc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status/StatusBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class StatusBar {
4545
const sb = this.plugin.settings.statusBar;
4646
let display = "";
4747

48-
if (!this.plugin.settings.countComments) {
48+
if (this.plugin.settings.countComments) {
4949
text = cleanComments(text);
5050
}
5151

0 commit comments

Comments
 (0)