You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
'Uninstall', 'Are you sure you want to uninstall Spicetify and remove all installed mods/themes ?')
196
197
ifreply==QMessageBox.StandardButton.Yes:
197
198
self.setCursor(Qt.CursorShape.WaitCursor)
198
199
self.bt_uninstall.setEnabled(False)
@@ -218,8 +219,8 @@ def DisableUpdate(self):
218
219
writeConfig('Manager', 'NoUpdate', str(
219
220
self.check_noupdate.isChecked()))
220
221
ifself.check_noupdate.isChecked():
221
-
reply=QMessageBox.question(None, 'Deactivate Updates', 'This function will try to disable all automatic updates for Spotify! Are you sure you want to do this?',
reply=QMessageBox.question(None, 'Executeable not found', 'Please put the manager executeable in the "localappdata/spicetify/Manager.exe" folder! \n Do you want to open the folder?',
0 commit comments