Stop current scan

This commit is contained in:
Krad
2021-10-27 10:37:12 +08:00
parent 8c980a458a
commit 9abd925864
2 changed files with 14 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ void DeviceManager::timerEvent(QTimerEvent *event) {
timerID=-1;
lastStatus = -1;
previewing = false;
TRIGGER_EVENT(GUIEvents::GlobalBannerMessage, nullptr,nullptr);
// TRIGGER_EVENT(GUIEvents::GlobalBannerMessage, nullptr,nullptr);
return;
} else{
QString temp = QString(GetDeviceInfo(MEAN_TEMPERATURE));