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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user