Skip to content

Commit

Permalink
Fix selection of real iOS device ie. keep it event if window refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 16, 2024
1 parent 8b70a93 commit 6c0e0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/RIBBON_SIMULATOR.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Case of
$device:=UI.devices.plugged.apple.query("udid = :1"; $menu.choice).pop()

$selectedDevice:=$menu.choice
UI.preferences.set("lastIosConnected"; $selectedDevice) // Last iOS plugged device
UI.preferences.set("lastIosDevice"; $selectedDevice) // Last iOS plugged device

PROJECT.$ios:=True:C214 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit 6c0e0c1

Please sign in to comment.