ui: fixed crash when clicking on namespace label
This commit is contained in:
@@ -175,7 +175,7 @@ void QtUpdateChecker::check(bool force, std::function<void(Result)> callback)
|
||||
void QtUpdateChecker::checkUpdate()
|
||||
{
|
||||
m_onQtThread(
|
||||
[this]()
|
||||
[]()
|
||||
{
|
||||
check(false, [](Result){});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user