Skip to content

Commit

Permalink
don't initialize the URL. may be deprecated...
Browse files Browse the repository at this point in the history
  • Loading branch information
sbashford committed Mar 31, 2023
1 parent 68a2b1d commit 9db4f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/main/with-tobii.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
testSetupUI.session_.string = userDefaults.string(forKey: "Session") ?? ""
testSetupUI.startingSnr_.string = userDefaults.string(forKey: "StartingSNR") ?? ""
testSetupUI.transducer_.string = userDefaults.string(forKey: "Transducer") ?? ""
testSetupUI.testSettingsPathControl.url = URL(fileURLWithPath: userDefaults.string(forKey: "TestSettingsFilePath") ?? "")
//testSetupUI.testSettingsPathControl.url = URL(fileURLWithPath: userDefaults.string(forKey: "TestSettingsFilePath") ?? "")
testSetupUI.rmeSetting_.string = userDefaults.string(forKey: "RMESetting") ?? ""

NSLog("Creating session view...")
Expand Down

0 comments on commit 9db4f8f

Please sign in to comment.