Merge pull request #4418 from urbit/lf/disable-tutorila

Tutorial: disable
This commit is contained in:
ixv 2021-02-11 14:19:00 -08:00 committed by GitHub
commit a4f14119e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -24,12 +24,7 @@
:: ::
++ on-init ++ on-init
^- (quip card _this) ^- (quip card _this)
:- ~ `this
%_ this
settings.state
%- ~(gas by *^settings)
[%tutorial (~(gas by *bucket) [%seen b+%|]~)]~
==
:: ::
++ on-save !>(state) ++ 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(`Channel: Create`, `/~landscape${workspace}/new`, 'Groups', null));
} }
commands.push(result(`Groups: Join`, `/~landscape/join`, 'Groups', null)); commands.push(result(`Groups: Join`, `/~landscape/join`, 'Groups', null));
commands.push(result(`Tutorial`, '/?tutorial=true', 'Null', null));
return commands; return commands;
}; };