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); diff --git a/ext/installfiles/windows/ZeroTier One.aip b/ext/installfiles/windows/ZeroTier One.aip index 68988ddc..64cc77b5 100644 --- a/ext/installfiles/windows/ZeroTier One.aip +++ b/ext/installfiles/windows/ZeroTier One.aip @@ -19,10 +19,10 @@ - + - + @@ -293,7 +293,7 @@ - + diff --git a/version.h b/version.h index 99fb9453..b6513edc 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 1 +#define ZEROTIER_ONE_VERSION_REVISION 2 #endif