From 05165cc8d98ef5ffa8ee3a8ba9bf1ad5e0b5a9ab Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 21 Oct 2024 23:54:10 -0600 Subject: swift-format --- iTexSnip/iTexSnipApp.swift | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'iTexSnip/iTexSnipApp.swift') diff --git a/iTexSnip/iTexSnipApp.swift b/iTexSnip/iTexSnipApp.swift index c4d686a..b5937ba 100644 --- a/iTexSnip/iTexSnipApp.swift +++ b/iTexSnip/iTexSnipApp.swift @@ -5,27 +5,23 @@ // Created by Navan Chauhan on 10/13/24. // -import SwiftUI import SwiftData - +import SwiftUI @main struct iTexSnipApp: App { - var body: some Scene { -// WindowGroup { -// MenuBarView() -// .modelContainer(for: ImageSnippet.self) -// } - MenuBarExtra("iTexSnip", systemImage: "function") { - MenuBarView() - .frame(width: 500, height: 600) - .modelContainer(for: ImageSnippet.self) - }.menuBarExtraStyle(.window) - Settings { - PreferencesView() - } + var body: some Scene { + // WindowGroup { + // MenuBarView() + // .modelContainer(for: ImageSnippet.self) + // } + MenuBarExtra("iTexSnip", systemImage: "function") { + MenuBarView() + .frame(width: 500, height: 600) + .modelContainer(for: ImageSnippet.self) + }.menuBarExtraStyle(.window) + Settings { + PreferencesView() } + } } - - - -- cgit v1.2.3