From d591ac18ade193dc0b740e0124768302b8336e8c Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 18 Sep 2020 16:01:15 -0700 Subject: [PATCH] Add sidebar command. --- Secretive/App.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Secretive/App.swift b/Secretive/App.swift index 6bbf83e..245eb29 100644 --- a/Secretive/App.swift +++ b/Secretive/App.swift @@ -59,6 +59,7 @@ struct Secretive: App { showingSetup = true } } + SidebarCommands() } }