diff --git a/conf/config.local.js b/conf/config.local.js index 0644d96..a550607 100644 --- a/conf/config.local.js +++ b/conf/config.local.js @@ -10,9 +10,9 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars // Which fields to show on the Connect to Server dialog -// config.connectDialog.address : 'true' -// config.connectDialog.port : 'true' -// config.connectDialog.token : 'true' +config.connectDialog.address : 'false' +config.connectDialog.port : 'false' +config.connectDialog.token : 'false' // config.connectDialog.username : 'true' // config.connectDialog.password : 'true' // config.connectDialog.channelName : 'false' @@ -40,4 +40,4 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars // config.defaults.avatarurl : '' // download and set the user's Mumble avatar to the image at this URL // General -// config.defaults.theme : 'MetroMumbleLight' +config.defaults.theme : 'MetroMumbleDark' diff --git a/scripts/upgrade b/scripts/upgrade index 397eb98..accc109 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,7 @@ ynh_install_nodejs --nodejs_version=$nodejs_version ynh_script_progression --message="Upgrading systemd configuration..." --weight=2 # Create a dedicated systemd config -ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/$app.service" +ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" ynh_add_systemd_config