We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77913b commit 73656afCopy full SHA for 73656af
Nudge/Utilities/Utils.swift
@@ -1350,7 +1350,7 @@ struct UIUtilities {
1350
1351
func postUpdateDeviceActions(userClicked: Bool, unSupportedUI: Bool) {
1352
if userClicked {
1353
- LogManager.notice(unSupportedUI ? "User clicked updateDevice" : "User clicked updateDevice via Unsupported UI", logger: uiLog)
+ LogManager.notice(unSupportedUI ? "User clicked updateDevice" : "User clicked updateDevice (Replace My Device) via Unsupported UI workflow", logger: uiLog)
1354
// Remove forced blur and reset window level
1355
if !nudgePrimaryState.backgroundBlur.isEmpty {
1356
nudgePrimaryState.backgroundBlur.forEach { blurWindowController in
0 commit comments