Fix System Check state across language changes
Windows CI / verify (push) Successful in 3m6s

This commit is contained in:
Sucukdeluxe
2026-08-13 06:10:36 +02:00
parent 35079a0753
commit 2ee10a98dd
12 changed files with 215 additions and 32 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ async function installOfflineFixtures(app) {
ffprobe: true,
downloadPathWritable: true
},
messages: ['Offline fixture'],
messages: [],
timestamp: '2026-01-01T00:00:00Z'
}));
replaceHandler('check-update', async () => ({ checking: true, offlineFixture: true }));