mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #506, init log filter
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1a7c11f49c
commit
eed9910e75
@@ -29,6 +29,7 @@ namespace BlackGui
|
||||
ui->setupUi(this);
|
||||
CInfoArea::initInfoArea(); // init base class
|
||||
this->setWindowIcon(CIcons::swift64());
|
||||
this->getLogComponent()->showFilterDialog();
|
||||
connect(this->getLogComponent(), &CLogComponent::requestAttention, this, &CMainInfoAreaComponent::selectLog);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user