mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 14:10:54 +10:00
version bump to 1.2.24.756
This commit is contained in:
@@ -409,7 +409,7 @@
|
|||||||
"native_description": "Enable the view on the right sidebar",
|
"native_description": "Enable the view on the right sidebar",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.1.98",
|
"fr": "1.1.98",
|
||||||
"to": ""
|
"to": "1.2.23"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AddPlaylistToPlaylist": {
|
"AddPlaylistToPlaylist": {
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
"native_description": "Enable line height 1.5 on the <body />",
|
"native_description": "Enable line height 1.5 on the <body />",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.18",
|
"fr": "1.2.18",
|
||||||
"to": ""
|
"to": "1.2.23"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ConcertsInterested": {
|
"ConcertsInterested": {
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# Recommended version for Win 10-12
|
# Recommended version for Win 10-12
|
||||||
$onlineFull = "1.2.23.1125.g920a7ada-925"
|
$onlineFull = "1.2.24.756.g7a7fc7f0-1487"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1087,7 +1087,7 @@ function Helper($paramname) {
|
|||||||
}
|
}
|
||||||
# New theme
|
# New theme
|
||||||
else {
|
else {
|
||||||
if ($rightsidebar_off) {
|
if ($rightsidebar_off -and [version]$offline -lt [version]"1.2.24.756") {
|
||||||
Move-Json -n 'RightSidebar' -t $Enable -from $Disable
|
Move-Json -n 'RightSidebar' -t $Enable -from $Disable
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user