Skip to content

Commit

Permalink
version bump to 1.2.49.439
Browse files Browse the repository at this point in the history
- lazy loading section on the main page is enabled
  • Loading branch information
amd64fox committed Oct 21, 2024
1 parent 2835c8a commit 9ef13f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,15 @@
"fr": "1.2.45",
"to": ""
}
},
"LazyHomeShelvesDWP": {
"name": "enableLazyHomeShelvesDWP",
"description": "Enable lazy-loading of offscreen shelves on Home",
"native_description": "Enable lazy-loading of offscreen shelves on Home",
"version": {
"fr": "1.2.49",
"to": ""
}
}
},
"CustomExp": {
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.48.405.gf2c48e6f-2008"
$onlineFull = "1.2.49.439.gfae492c7-3225"
}
}
else {
Expand Down

0 comments on commit 9ef13f7

Please sign in to comment.