mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +02:00
Fixing info-view popup on every launch
This commit is contained in:
parent
c12b74ebd0
commit
c0fc0a226b
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ void InfoView::show(const QString& path, bool firstOrChangedOnly) {
|
||||||
if (version == QString::null || version == lastVersion) {
|
if (version == QString::null || version == lastVersion) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
infoVersion.set(version);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||||
|
|
Loading…
Reference in a new issue