mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
parent
6377dca4b0
commit
eef57032f8
@ -352,7 +352,7 @@ void PassiveUpdateNotifier::versionInfoArrived(const UpdateInfo &info)
|
||||
{
|
||||
if( info.version().isEmpty() ||
|
||||
Helper::stringVersionToInt(info.version())
|
||||
>= Helper::stringVersionToInt(info.version()))
|
||||
>= Helper::currentVersionToInt() )
|
||||
{
|
||||
qDebug() << "Client is on latest version!";
|
||||
setDownloadState(UpToDate);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user