Connecting Mizu to the application (#313)

This commit is contained in:
RoyUP9
2021-10-05 16:35:16 +03:00
committed by GitHub
parent 30fce5d765
commit d2d4ed5aee
15 changed files with 286 additions and 35 deletions

View File

@@ -57,7 +57,8 @@ func runMizuView() {
logger.Log.Infof("Mizu is available at %s\n", url)
openBrowser(url)
uiUtils.OpenBrowser(url)
if isCompatible, err := version.CheckVersionCompatibility(); err != nil {
logger.Log.Errorf("Failed to check versions compatibility %v", err)
cancel()