forked from Ivasoft/DSView
Disable the hot key 'I' on ANALOG mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user