mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Destroy otaManager instance if check skipping is enabled
This commit is contained in:
parent
1d48a6d85e
commit
86dffbec3e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ otaManager::otaManager(QWidget *parent) :
|
|||
}
|
||||
else {
|
||||
qDebug() << "Skip OTA update check!";
|
||||
otaManager::close();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue