Skip to content

Commit

Permalink
version bump to 1.2.24.756
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Nov 8, 2023
1 parent 375a362 commit 80ac501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"native_description": "Enable the view on the right sidebar",
"version": {
"fr": "1.1.98",
"to": ""
"to": "1.2.23"
}
},
"AddPlaylistToPlaylist": {
Expand Down Expand Up @@ -553,7 +553,7 @@
"native_description": "Enable line height 1.5 on the <body />",
"version": {
"fr": "1.2.18",
"to": ""
"to": "1.2.23"
}
},
"ConcertsInterested": {
Expand Down
4 changes: 2 additions & 2 deletions run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.23.1125.g920a7ada-925"
$onlineFull = "1.2.24.756.g7a7fc7f0-1487"
}
}
else {
Expand Down Expand Up @@ -1087,7 +1087,7 @@ function Helper($paramname) {
}
# New theme
else {
if ($rightsidebar_off) {
if ($rightsidebar_off -and [version]$offline -lt [version]"1.2.24.756") {
Move-Json -n 'RightSidebar' -t $Enable -from $Disable
}
else {
Expand Down

0 comments on commit 80ac501

Please sign in to comment.