Updater: channel-aware apply, UI polish, cache-bust
This commit is contained in:
@@ -62,6 +62,11 @@ export const setReleaseAutoCheck = (enable) =>
|
||||
method: "POST",
|
||||
body: JSON.stringify({ enable }),
|
||||
});
|
||||
export const setReleaseChannel = (channel) =>
|
||||
api("/api/update/channel", {
|
||||
method: "POST",
|
||||
body: JSON.stringify({ channel }),
|
||||
});
|
||||
|
||||
export const triggerReset = (confirm) =>
|
||||
api("/api/reset", {
|
||||
|
||||
Reference in New Issue
Block a user