Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
David Baker 2020-07-02 13:42:45 +00:00
parent 85dd2504db
commit c048dff4de

View File

@ -218,7 +218,7 @@ async function setupGlobals() {
} }
async function moveAutoLauncher() { async function moveAutoLauncher() {
// Look for an auto-luancher under 'Riot' and if we find one, port it's // Look for an auto-launcher under 'Riot' and if we find one, port it's
// enabled/disbaledp-ness over to the new 'Element' launcher // enabled/disbaledp-ness over to the new 'Element' launcher
if (!vectorConfig.brand || vectorConfig.brand === 'Element') { if (!vectorConfig.brand || vectorConfig.brand === 'Element') {
const oldLauncher = new AutoLaunch({ const oldLauncher = new AutoLaunch({