diff --git a/pkg/arvo/app/settings-store.hoon b/pkg/arvo/app/settings-store.hoon index 10ece951bb..ef9d09bda8 100644 --- a/pkg/arvo/app/settings-store.hoon +++ b/pkg/arvo/app/settings-store.hoon @@ -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) :: diff --git a/pkg/interface/src/logic/lib/omnibox.js b/pkg/interface/src/logic/lib/omnibox.js index 389597d492..d3397a410b 100644 --- a/pkg/interface/src/logic/lib/omnibox.js +++ b/pkg/interface/src/logic/lib/omnibox.js @@ -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; };