Fix force page reload decision after a webui update

This commit is contained in:
schroda
2025-12-06 17:00:49 +01:00
parent 84cfa6bea5
commit e914c04c88
5 changed files with 8 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ export const ABOUT_WEBUI = gql`
fragment ABOUT_WEBUI on AboutWebUI {
channel
tag
updateTimestamp
}
`;