Skip to content

Commit

Permalink
move offline indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jan 18, 2022
1 parent e7a320c commit 89ccb8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class OfflineStatusBarController implements IWorkbenchContribution {
text: '$(debug-disconnect) Offline',
ariaLabel: 'Network status is offline.',
tooltip: localize('offline', "Network status appears to be offline, certain features might be unavailable.")
}, 'offline', StatusbarAlignment.RIGHT, -10000)
}, 'offline', StatusbarAlignment.LEFT, 10000)
);
} else {
this.disposable!.dispose();
Expand Down

0 comments on commit 89ccb8b

Please sign in to comment.