mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +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) {
|
||||
return;
|
||||
}
|
||||
infoVersion.set(version);
|
||||
}
|
||||
}
|
||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||
|
|
Loading…
Reference in a new issue