mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge branch 'master' into mediafoundation
# Conflicts: # assets/webconfig/content/dashboard.html # assets/webconfig/i18n/en.json # assets/webconfig/js/content_dashboard.js # assets/webconfig/js/content_logging.js # assets/webconfig/js/hyperion.js # assets/webconfig/js/ui_utils.js
This commit is contained in:
@@ -96,8 +96,8 @@ HyperionDaemon::HyperionDaemon(const QString& rootPath, QObject* parent, bool lo
|
||||
qRegisterMetaType<QMap<quint8, QJsonObject>>("QMap<quint8,QJsonObject>");
|
||||
qRegisterMetaType<std::vector<ColorRgb>>("std::vector<ColorRgb>");
|
||||
|
||||
// init settings
|
||||
_settingsManager = new SettingsManager(0, this, readonlyMode);
|
||||
// init settings, this settingsManager accesses global settings which are independent from instances
|
||||
_settingsManager = new SettingsManager(GLOABL_INSTANCE_ID, this, readonlyMode);
|
||||
|
||||
// set inital log lvl if the loglvl wasn't overwritten by arg
|
||||
if (!logLvlOverwrite)
|
||||
|
Reference in New Issue
Block a user