mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
version bump to 1.2.75.391
- notification center is back in 1.2.65+
This commit is contained in:
@@ -1147,7 +1147,7 @@
|
|||||||
"description": "Enables notification center for desktop & web",
|
"description": "Enables notification center for desktop & web",
|
||||||
"native_description": "Enables notification center for desktop & web",
|
"native_description": "Enables notification center for desktop & web",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.30",
|
"fr": "1.2.75",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -382,7 +382,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# latest tested version for Win 10-12
|
# latest tested version for Win 10-12
|
||||||
$onlineFull = "1.2.74.477.g3be53afe-1297"
|
$onlineFull = "1.2.75.391.g6c85102e-2109"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1147,9 +1147,6 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
# temporarily disable collapsing right sidebar
|
# temporarily disable collapsing right sidebar
|
||||||
Move-Json -n 'PeekNpv' -t $Enable -f $Disable
|
Move-Json -n 'PeekNpv' -t $Enable -f $Disable
|
||||||
|
|
||||||
# notifications are temporarily disabled
|
|
||||||
Move-Json -n 'NotificationCenter' -t $Enable -f $Disable
|
|
||||||
|
|
||||||
if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user