release: publish Twitch VOD Manager 1.0.3
Polish navigation, settings, streamer and queue workflows; add safe pause and partial-file lifecycle handling; apply the product identity across Windows surfaces; and replace the public README with a complete English product guide and isolated screenshot.
This commit is contained in:
@@ -115,6 +115,7 @@ function syncWorkspaceUpdateState(state: 'idle' | 'available' | 'downloading' |
|
||||
const description = byId('updateText').textContent?.trim() || UI_TEXT.static.checkUpdates;
|
||||
|
||||
banner.dataset.updateState = state;
|
||||
banner.hidden = state === 'idle';
|
||||
button.dataset.updateState = state;
|
||||
button.disabled = false;
|
||||
if (state === 'downloading') {
|
||||
@@ -671,6 +672,9 @@ window.api.onUpdateNotAvailable(() => {
|
||||
|
||||
shouldOpenUpdateModalOnAvailable = false;
|
||||
manualUpdateCheckPending = false;
|
||||
if (!updateReady) {
|
||||
hideUpdateBanner();
|
||||
}
|
||||
});
|
||||
|
||||
window.api.onUpdateDownloadProgress((progress: UpdateDownloadProgress) => {
|
||||
|
||||
Reference in New Issue
Block a user