2
0
forked from Ivasoft/DSView

Disable the hot key 'I' on ANALOG mode

This commit is contained in:
dreamsourcelabTAI
2023-03-22 09:47:47 +08:00
parent cec352ca8b
commit c9095dfe70

View File

@@ -898,6 +898,10 @@ namespace pv
void SamplingBar::on_instant_stop()
{
if (_instant_action->isVisible() == false){
return;
}
if (_session->is_working())
{
bool wait_upload = false;