ExtensionManager: Hide spinner initially

Should only be shown during the network request.

Change-Id: I1cf94281bd251f1fdef21c5e7ebd500e8951db1b
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2024-06-27 10:59:14 +02:00
parent be84c74cb9
commit a23298b5a3

View File

@@ -341,6 +341,7 @@ ExtensionsBrowser::ExtensionsBrowser(QWidget *parent)
Theme::Token_Background_Default);
d->m_spinner = new SpinnerSolution::Spinner(SpinnerSolution::SpinnerSize::Large, this);
d->m_spinner->hide();
auto updateModel = [this] {
d->filterProxyModel->sort(0);