icon updates
This commit is contained in:
@@ -19,7 +19,7 @@ export class StatusBarManager {
|
||||
// Restart Home Assistant
|
||||
this.restartHAItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Left, 99);
|
||||
this.restartHAItem.command = 'appdaemon.restartHA';
|
||||
this.restartHAItem.text = '$(home) HA';
|
||||
this.restartHAItem.text = '$(refresh) HA';
|
||||
this.restartHAItem.tooltip = 'Restart Home Assistant';
|
||||
this.restartHAItem.show();
|
||||
|
||||
@@ -56,7 +56,7 @@ export class StatusBarManager {
|
||||
const label = appNames.length <= 2
|
||||
? appNames.join(', ')
|
||||
: `${appNames.length} apps`;
|
||||
this.contextualItem.text = `$(debug-restart) ${label}`;
|
||||
this.contextualItem.text = `$(refresh) ${label}`;
|
||||
this.contextualItem.tooltip = `Restart: ${appNames.join(', ')}`;
|
||||
this.contextualItem.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user