This commit is contained in:
ArsenArsen 2017-04-30 11:37:12 +02:00
parent 7562b6b0a1
commit 74c7dff971
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,10 @@ void MainWindow::quit()
void MainWindow::toggleVisible()
{
this->setVisible(!this->isVisible());
if (this->isVisible())
{
this->raise();
}
}
void MainWindow::newUploader(Uploader *u)