diff --git a/ZeroTierUI/licensedialog.cpp b/ZeroTierUI/licensedialog.cpp index 8df3cc4ce..4baebb727 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 3e331a43a..ce326a3b4 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 68988ddc6..64cc77b50 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 99fb94533..b6513edca 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