Skip to content

Commit

Permalink
Reveal APK Editor Studio button
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Apr 16, 2019
1 parent f2ccc7a commit 356aeb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dialogs/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ void MainWindow::init_gui()
btnStudio->setIcon(QPixmap(":/gfx/apk-editor-studio.png"));
btnStudio->setFixedHeight(32);
btnStudio->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Maximum);
btnStudio->hide();
connect(btnStudio, &QPushButton::clicked, []() {
QDesktopServices::openUrl(QUrl("https://qwertycube.com/apk-editor-studio/#utm_source=apk-icon-editor&utm_medium=application"));
});
Expand Down

0 comments on commit 356aeb4

Please sign in to comment.