This commit is contained in:
2025-09-07 13:13:13 +08:00
parent b8acd97c11
commit b4e00814bf
2 changed files with 34 additions and 7 deletions

View File

@@ -75,7 +75,9 @@ function PinnedResources() {
}
const prefetchData = app.getPreFetchData();
if (prefetchData && prefetchData.background) {
navigator.setBackground(network.getResampledImageUrl(prefetchData.background));
navigator.setBackground(
network.getResampledImageUrl(prefetchData.background),
);
}
if (prefetchData && prefetchData.pinned) {
cachedPinnedResources = prefetchData.pinned;