mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[apps/graph/graph] Adjust display mode in banner view according to
preferences Change-Id: Id634a6128c7e395a35ba5df40c904a372ae80661
This commit is contained in:
@@ -8,7 +8,7 @@ AppsContainer::AppsContainer() :
|
||||
Container(),
|
||||
m_window(AppsWindow()),
|
||||
m_homeApp(this),
|
||||
m_graphApp(this, &m_globalContext),
|
||||
m_graphApp(this, &m_globalContext, &m_preferences),
|
||||
m_probabilityApp(this),
|
||||
m_calculationApp(this, &m_globalContext, &m_preferences),
|
||||
m_regressionApp(this),
|
||||
|
||||
Reference in New Issue
Block a user