mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-18 00:11:15 +00:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user