Standardize on camelCase in Logging

This commit is contained in:
Samuel Mannehed
2020-05-31 23:24:58 +02:00
parent ea858bfa27
commit a7fe079f81
4 changed files with 18 additions and 18 deletions

View File

@@ -1683,7 +1683,7 @@ const UI = {
},
updateLogging() {
WebUtil.init_logging(UI.getSetting('logging'));
WebUtil.initLogging(UI.getSetting('logging'));
},
updateDesktopName(e) {