feat: Change stop scan loading time to 7 sec.

This commit is contained in:
sunwen
2025-07-17 14:15:40 +08:00
parent 5d4a41d82d
commit b8f9571506

View File

@@ -9,7 +9,7 @@
namespace namespace
{ {
const int LOADING_TIME = 3000; const int LOADING_TIME = 7000;
} }
StopScanLoadingDialog::StopScanLoadingDialog(QWidget* aParent, Qt::WindowFlags aFlag) StopScanLoadingDialog::StopScanLoadingDialog(QWidget* aParent, Qt::WindowFlags aFlag)