Skip to content

Commit

Permalink
re-enable showing the tour on first launch
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Jun 3, 2023
1 parent 0f1ab75 commit 75b5226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/sessionRestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ const sessionRestore = {
tasks.setSelected(tasks.add()) // create a new task

var newTab = tasks.getSelected().tabs.add({
// url: 'https://minbrowser.github.io/min/tour'
url: 'https://minbrowser.github.io/min/tour'
})
browserUI.addTab(newTab, {
// enterEditMode: false
enterEditMode: false
})
return
}
Expand Down

0 comments on commit 75b5226

Please sign in to comment.