From dfee7e0389c631b58de4b8a38a20016f22004564 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 7 Mar 2014 15:20:37 -0800 Subject: VERSION 0.7.2: first Windows release! Version 0.7.2 marks the first release of ZeroTier One for Windows. Binaries will be released to a few select testers at first, then to the whole world. Installation from MSI and auto-update appear to be working. So far Windows 7 and 8 and Windows Server 2008 or newer are supported. Vista has issues so it's not supported at the moment, and may not be since nobody seems to use it (according to Google Analytics). --- ZeroTierUI/licensedialog.cpp | 1 + ZeroTierUI/mainwindow.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'ZeroTierUI') diff --git a/ZeroTierUI/licensedialog.cpp b/ZeroTierUI/licensedialog.cpp index 8df3cc4c..4baebb72 100644 --- a/ZeroTierUI/licensedialog.cpp +++ b/ZeroTierUI/licensedialog.cpp @@ -20,6 +20,7 @@ LicenseDialog::LicenseDialog(QWidget *parent) : font.setPointSizeF(font.pointSizeF() * 0.75); widget->setFont(font); } + this->raise(); #endif } diff --git a/ZeroTierUI/mainwindow.cpp b/ZeroTierUI/mainwindow.cpp index 3e331a43..ce326a3b 100644 --- a/ZeroTierUI/mainwindow.cpp +++ b/ZeroTierUI/mainwindow.cpp @@ -119,6 +119,7 @@ MainWindow::MainWindow(QWidget *parent) : widget->setFont(font); } } + this->raise(); #endif ui->noNetworksLabel->setVisible(true); -- cgit v1.2.3