mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
Current device is DsCope, Not to store data when a new device connected
This commit is contained in:
parent
9b3a025a96
commit
f09b653b96
@ -1859,7 +1859,9 @@ namespace pv
|
||||
return;
|
||||
}
|
||||
|
||||
if (confirm_to_store_data())
|
||||
int mode = _device_agent->get_work_mode();
|
||||
|
||||
if (mode != DSO && confirm_to_store_data())
|
||||
{
|
||||
_is_auto_switch_device = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user