fix(updater): show header action only when update is available

Hide the header update action until a newer release is confirmed.
Register update notifications before renderer initialization so startup cannot miss them.
Refresh the public product screenshot and release metadata for v2.0.7.
This commit is contained in:
Sucukdeluxe
2026-08-10 13:11:14 +02:00
parent 76a228fb7c
commit 9444bf1351
10 changed files with 68 additions and 32 deletions
+4
View File
@@ -1772,6 +1772,10 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
transition: background-color .14s, transform .14s;
}
.header-update-button[hidden] {
display: none;
}
.header-update-button::after {
content: attr(data-tooltip);
position: absolute;