forked from blue/squawk
License is now can be viewed locally, some organization name packaging issies
This commit is contained in:
parent
9f746d203b
commit
1b66fda318
7 changed files with 82 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue