version bump to 1.2.59.510

- notifications are temporarily disabled
This commit is contained in:
amd64fox
2025-03-08 10:39:45 +03:00
parent 4539ea7821
commit 28ea2db0fe
2 changed files with 28 additions and 7 deletions
+4 -1
View File
@@ -374,7 +374,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# latest tested version for Win 10-12
$onlineFull = "1.2.58.498.g6afe77b7-407"
$onlineFull = "1.2.59.510.gb8e30f45-144"
}
}
else {
@@ -1125,6 +1125,9 @@ function Helper($paramname) {
# temporarily disable collapsing right sidebar
Move-Json -n 'PeekNpv' -t $Enable -f $Disable
# notifications are temporarily disabled
Move-Json -n 'NotificationCenter' -t $Enable -f $Disable
# ability to toggle the visibility of the playlist column is temporarily disabled because it does not save its state
Move-Json -n 'TogglePlaylistColumns' -t $Enable -f $Disable