feat: Change stop scan loading time to 7 sec.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
const int LOADING_TIME = 3000;
|
||||
const int LOADING_TIME = 7000;
|
||||
}
|
||||
|
||||
StopScanLoadingDialog::StopScanLoadingDialog(QWidget* aParent, Qt::WindowFlags aFlag)
|
||||
|
||||
Reference in New Issue
Block a user