Skip to content

Commit

Permalink
Limit update reload to storage users (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 5, 2022
1 parent 94504f0 commit dc4655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/hacs-download-dialog.ts
Expand Up @@ -261,7 +261,7 @@ export class HacsDonwloadDialog extends HacsDialogBase {
composed: true,
})
);
if (this._repository.category === "plugin" && this.hacs.status.lovelace_mode === "storage") {
if (this._repository.category === "plugin") {
showConfirmationDialog(this, {
title: this.hacs.localize!("common.reload"),
text: html`${this.hacs.localize!("dialog.reload.description")}<br />${this.hacs.localize!(
Expand Down

0 comments on commit dc4655f

Please sign in to comment.