mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
Merge pull request #4418 from urbit/lf/disable-tutorila
Tutorial: disable
This commit is contained in:
commit
a4f14119e2
@ -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)
|
||||
::
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user