From a8f560f952a4a5ed1f3e5e40731df3727e1012f8 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Fri, 12 Feb 2021 08:04:22 +1000 Subject: [PATCH] Tutorial: disable --- pkg/arvo/app/settings-store.hoon | 7 +------ pkg/interface/src/logic/lib/omnibox.js | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) 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; };