Tutorial: disable

This commit is contained in:
Liam Fitzgerald 2021-02-12 08:04:22 +10:00
parent f4b378cd2e
commit a8f560f952
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
2 changed files with 1 additions and 7 deletions

View File

@ -24,12 +24,7 @@
::
++ on-init
^- (quip card _this)
:- ~
%_ this
settings.state
%- ~(gas by *^settings)
[%tutorial (~(gas by *bucket) [%seen b+%|]~)]~
==
`this
::
++ on-save !>(state)
::

View File

@ -43,7 +43,6 @@ const commandIndex = function (currentGroup, groups, associations) {
commands.push(result(`Channel: Create`, `/~landscape${workspace}/new`, 'Groups', null));
}
commands.push(result(`Groups: Join`, `/~landscape/join`, 'Groups', null));
commands.push(result(`Tutorial`, '/?tutorial=true', 'Null', null));
return commands;
};