License is now can be viewed locally, some organization name packaging issies

This commit is contained in:
Blue 2022-04-05 22:00:56 +03:00
parent 9f746d203b
commit 1b66fda318
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 82 additions and 8 deletions

View file

@ -1098,12 +1098,11 @@ void Squawk::onAboutSquawkCalled()
about = new About();
about->setAttribute(Qt::WA_DeleteOnClose);
connect(about, &Settings::destroyed, this, &Squawk::onAboutSquawkClosed);
about->show();
} else {
about->raise();
about->activateWindow();
about->show();
}
about->show();
}
void Squawk::onAboutSquawkClosed()