Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 12, 2024
1 parent 05830f5 commit 1a7999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/UpdatePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default class UpdatePanel extends Panel {
</fieldset>
`;
Notification.success(`${device} ${currentVersion} is up-to-date.`);
this.hide();
this.show();
return;
}

Expand Down

0 comments on commit 1a7999c

Please sign in to comment.