mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-02-02 13:52:55 +08:00
If a saveing task is running, do not remind of new device connected
This commit is contained in:
parent
2b4fc38158
commit
cb691623c0
@ -1949,7 +1949,9 @@ namespace pv
|
||||
|
||||
_sampling_bar->update_device_list();
|
||||
|
||||
if (_session->get_device()->is_demo() == false)
|
||||
// If a saving task is running, not need to remind to switch device,
|
||||
// when the task end, the new device will be selected.
|
||||
if (_session->get_device()->is_demo() == false && !_is_save_confirm_msg)
|
||||
{
|
||||
QString msgText = L_S(STR_PAGE_MSG, S_ID(IDS_MSG_TO_SWITCH_DEVICE), "To switch the new device?");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user