From e1fae20e37ddc74c4eff02addca8095239214e9e Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 13 Sep 2020 23:13:34 -0600 Subject: [PATCH] Move to extension --- Secretive/Views/ContentView.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Secretive/Views/ContentView.swift b/Secretive/Views/ContentView.swift index 43d95e0..717c847 100644 --- a/Secretive/Views/ContentView.swift +++ b/Secretive/Views/ContentView.swift @@ -33,6 +33,10 @@ struct ContentView { guard let update = updater.update else { return ToolbarItem { AnyView(Spacer()) } @@ -94,7 +98,7 @@ struct ContentView