Merge remote-tracking branch 'origin/dev' into ios-wireguard

This commit is contained in:
Alex Kh
2022-02-23 18:51:25 +04:00
31 changed files with 287 additions and 2632 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ Proto ContainerProps::defaultProtocol(DockerContainer c)
}
}
bool ContainerProps::isWorkingOnPlatform(DockerContainer c)
bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
{
#ifdef Q_OS_WINDOWS
return true;