Skip to content

Commit

Permalink
add a false to remember where the test is
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jul 10, 2024
1 parent 03a3240 commit 64b3a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nudge/UI/Main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
Globals.hardwareModelIDs.contains { $0.uppercased() == supportedDevice.uppercased() }
}
LogManager.notice("Assessed Model ID found in SOFA Entry: \(deviceMatchFound)", logger: sofaLog)
nudgePrimaryState.deviceSupportedByOSVersion = deviceMatchFound
nudgePrimaryState.deviceSupportedByOSVersion = deviceMatchFound // false
}
foundMatch = true
break
Expand Down

0 comments on commit 64b3a7e

Please sign in to comment.