diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-27 22:04:35 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-27 22:04:35 -0600 |
commit | 73965aa07c7d66644f6f046abfdc3ae0192eed58 (patch) | |
tree | 1c5b2921a5655d7750b0d7bda2e1016a7ac77111 /iTexSnip/iTexSnipApp.swift | |
parent | f8b45e7b9ba092193cdb3c16dc4dde81ac9cec20 (diff) |
logo and menubaricon
Diffstat (limited to 'iTexSnip/iTexSnipApp.swift')
-rw-r--r-- | iTexSnip/iTexSnipApp.swift | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/iTexSnip/iTexSnipApp.swift b/iTexSnip/iTexSnipApp.swift index b5937ba..e8b552f 100644 --- a/iTexSnip/iTexSnipApp.swift +++ b/iTexSnip/iTexSnipApp.swift @@ -15,11 +15,14 @@ struct iTexSnipApp: App { // MenuBarView() // .modelContainer(for: ImageSnippet.self) // } - MenuBarExtra("iTexSnip", systemImage: "function") { + MenuBarExtra { MenuBarView() .frame(width: 500, height: 600) .modelContainer(for: ImageSnippet.self) - }.menuBarExtraStyle(.window) + } label: { + Image("menubarIcon") + } + .menuBarExtraStyle(.window) Settings { PreferencesView() } |