mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-18 05:10:04 +10:00
Update bug report and fix no_shortcut
- added a question about the country of the account - fix no_shortcut
This commit is contained in:
@@ -16,6 +16,17 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "###"
|
value: "###"
|
||||||
|
- type: input
|
||||||
|
id: lang_spoti
|
||||||
|
attributes:
|
||||||
|
label: Сountry of your account
|
||||||
|
description: You can view your country on your account page, in paragraph <a href="https://www.spotify.com/account/">Country or region</a>.
|
||||||
|
placeholder: "e.g. Ukraine"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "###"
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: plan
|
id: plan
|
||||||
attributes:
|
attributes:
|
||||||
@@ -80,3 +91,4 @@ body:
|
|||||||
description: Place any screenshots of the issue here if needed
|
description: Place any screenshots of the issue here if needed
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
+8
-6
@@ -1068,12 +1068,14 @@ if (-not $spotifyInstalled -or $upgrade_client) {
|
|||||||
while (-not (get-process | Where-Object { $_.ProcessName -eq 'SpotifySetup' })) {}
|
while (-not (get-process | Where-Object { $_.ProcessName -eq 'SpotifySetup' })) {}
|
||||||
wait-process -name SpotifySetup
|
wait-process -name SpotifySetup
|
||||||
Stop-Process -Name Spotify
|
Stop-Process -Name Spotify
|
||||||
if ($no_shortcut) {
|
}
|
||||||
$ErrorActionPreference = 'SilentlyContinue'
|
|
||||||
$desktop_folder = DesktopFolder
|
# Delete Spotify shortcut if it is on desktop
|
||||||
Start-Sleep -Milliseconds 1000
|
if ($no_shortcut) {
|
||||||
remove-item "$desktop_folder\Spotify.lnk" -Recurse -Force
|
$ErrorActionPreference = 'SilentlyContinue'
|
||||||
}
|
$desktop_folder = DesktopFolder
|
||||||
|
Start-Sleep -Milliseconds 1000
|
||||||
|
remove-item "$desktop_folder\Spotify.lnk" -Recurse -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
# Delete the leveldb folder (Fixes bug with incorrect experimental features for some accounts)
|
# Delete the leveldb folder (Fixes bug with incorrect experimental features for some accounts)
|
||||||
|
|||||||
Reference in New Issue
Block a user