ui: fixes in update checker ui
* init updatecheck ui with "checking for update..." to counter the effect of the timer start delay * removed message box telling the user "everything is ok" after manual (forced) update check
This commit is contained in:
@@ -28,6 +28,8 @@ QtUpdateCheckerWidget::QtUpdateCheckerWidget(QWidget* parent)
|
||||
{
|
||||
if (QtUpdateChecker::needsAutomaticCheck())
|
||||
{
|
||||
m_button->setText("checking for update...");
|
||||
m_button->setEnabled(false);
|
||||
QTimer::singleShot(250,
|
||||
[this]()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user