Fixing info-view popup on every launch

This commit is contained in:
Brad Davis 2015-05-11 13:10:36 -07:00
parent c12b74ebd0
commit c0fc0a226b

View file

@ -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>();