mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-18 21:30:05 +10:00
version bump to 1.2.59.510
- notifications are temporarily disabled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user