Skip to content

Commit

Permalink
cr: remove explicit statusBar.hide
Browse files Browse the repository at this point in the history
  • Loading branch information
drehelis committed Nov 25, 2024
1 parent b251690 commit 938e5d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion src/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class MirrordStatus {
const showStatusBar = vscode.workspace.getConfiguration('mirrord').get('showStatusBarButton', true);

if (!showStatusBar) {
this.statusBar.hide();
return;
}

Expand Down

0 comments on commit 938e5d1

Please sign in to comment.