mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 02:11:38 +03:00
Tutorial: disable
This commit is contained in:
parent
f4b378cd2e
commit
a8f560f952
@ -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)
|
||||||
::
|
::
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user