version bump to 1.2.49.439

- lazy loading section on the main page is enabled
This commit is contained in:
amd64fox
2024-10-21 23:52:32 +03:00
parent 2835c8a8ae
commit 9ef13f7d95
2 changed files with 10 additions and 1 deletions

View File

@@ -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": {

View File

@@ -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 {