Skip to content

Commit

Permalink
rm tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Dec 6, 2023
1 parent e58691b commit 41cd2f9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/mini/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,17 +458,6 @@ async function initUIcomponents() {
value: 'slCap',
callback: captureSlide,
});
subToolsOpt.push({
name: 'tutorial',
icon: 'help',
title: 'Tutorial',
value: 'tutorial',
type: 'btn',
callback: function() {
tour.init();
tour.start(true);
},
});

// Additional Links handler
function additionalLinksHandler(url, openInNewTab, appendSlide) {
Expand Down

0 comments on commit 41cd2f9

Please sign in to comment.