Fix forced webui page reload on update

This commit is contained in:
schroda
2026-01-14 16:47:39 +01:00
parent 0fd5bb3284
commit 650adde181

View File

@@ -119,6 +119,7 @@ export const WebUIUpdateChecker = () => {
__typename: 'AboutWebUI',
channel: webUIUpdateStatusData!.getWebUIUpdateStatus.info.channel,
tag: webUIUpdateStatusData!.getWebUIUpdateStatus.info.tag,
updateTimestamp: Date.now(),
},
});
requestManager.graphQLClient.client.cache.writeFragment({