mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #485, support splash screen
This commit is contained in:
committed by
Mathew Sutcliffe
parent
90a8368002
commit
45496ce08e
@@ -27,7 +27,7 @@ namespace BlackGui
|
||||
{
|
||||
ui->setupUi(this);
|
||||
CInfoArea::initInfoArea(); // init base class
|
||||
this->setWindowIcon(CIcons::swift48());
|
||||
this->setWindowIcon(CIcons::swift64());
|
||||
connect(this->getLogComponent(), &CLogComponent::requestAttention, this, &CMainInfoAreaComponent::selectLog);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user