Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
fix(extension): make hlx3 default when adding manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rofe committed Nov 5, 2021
1 parent e86587a commit 4c40b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ window.addEventListener('DOMContentLoaded', () => {
await addConfig({
giturl,
project: document.getElementById('project').value,
hlx3: true,
}, (added) => {
if (added) {
drawConfigs();
Expand Down

0 comments on commit 4c40b6f

Please sign in to comment.