mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #485, load settings in core facade
Idea: settings will be automatically available
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1b587c2ee8
commit
96913c6dc1
@@ -69,10 +69,6 @@ void SwiftGuiStd::init()
|
||||
this->m_timerContextWatchdog->setObjectName(this->objectName().append(":m_timerContextWatchdog"));
|
||||
}
|
||||
|
||||
// context
|
||||
CEnableForRuntime::setRuntimeForComponents(sGui->getCoreFacade(), this);
|
||||
sGui->getIContextApplication()->loadSettings();
|
||||
|
||||
// info bar and status bar
|
||||
this->m_statusBar.initStatusBar(this->ui->sb_MainStatusBar);
|
||||
this->ui->dw_InfoBarStatus->allowStatusBar(false);
|
||||
|
||||
Reference in New Issue
Block a user