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
LogManager.notice(unSupportedUI ?"User clicked updateDevice":"User clicked updateDevice (Replace My Device) via Unsupported UI workflow", logger: uiLog)
1357
+
LogManager.notice(unSupportedUI ?"User clicked updateDevice(Replace My Device) via Unsupported UI workflow":"User clicked updateDevice", logger: uiLog)
1358
1358
// Remove forced blur and reset window level
1359
1359
if !nudgePrimaryState.backgroundBlur.isEmpty {
1360
1360
nudgePrimaryState.backgroundBlur.forEach{ blurWindowController in
@@ -1365,7 +1365,7 @@ struct UIUtilities {
1365
1365
NSApp.windows.first?.level =.normal
1366
1366
}
1367
1367
}else{
1368
-
LogManager.notice(unSupportedUI ?"Synthetically clicked updateDevice due to allowedDeferral count":"Synthetically clicked updateDevice via Unsupported UI due to allowedDeferral count", logger: uiLog)
1368
+
LogManager.notice(unSupportedUI ?"Synthetically clicked updateDevice (Replace My Device) via Unsupported UI workflow due to allowedDeferral count":"Synthetically clicked updateDevice due to allowedDeferral count", logger: uiLog)
0 commit comments