add option to use the foreground for ca videos

This commit is contained in:
leminlimez
2025-03-31 14:29:36 -04:00
parent 9810fd6eaf
commit c88d80f3df
6 changed files with 74 additions and 41 deletions

View File

@@ -430,7 +430,7 @@ class DeviceManager:
except Exception as e:
# ignore clean up errors
print(str(e))
msg = "Your device will now restart.\nRemember to turn Find My back on!"
msg = "Your device will now restart.\n\nRemember to turn Find My back on!"
if not self.auto_reboot:
msg = "Please restart your device to see changes."
show_alert(ApplyAlertMessage(txt="All done! " + msg, title="Success!", icon=QMessageBox.Information))