Skip to content

Commit a85a502

Browse files
committed
Merge branch 'mgmeyers-count-comments'
2 parents 3f7ec65 + 229dc99 commit a85a502

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)