Skip to content

Commit 8b031df

Browse files
committed
chore: comment out MenuBarExtra to satisfy App Review
1 parent c1ddf1e commit 8b031df

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Blankie/BlankieApp.swift

+21
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,27 @@ struct BlankieApp: App {
5151
}
5252
}
5353

54+
//
55+
//
56+
// MenuBarExtra("Blankie", systemImage: "waveform") {
57+
// Button("Show Main Window") {
58+
// NSApp.activate(ignoringOtherApps: true)
59+
// }
60+
//
61+
// Divider()
62+
//
63+
// Button("About Blankie") {
64+
// NSApp.activate(ignoringOtherApps: true)
65+
// showingAbout = true
66+
// }
67+
//
68+
// Divider()
69+
//
70+
// Button("Quit Blankie") {
71+
// NSApplication.shared.terminate(nil)
72+
// }
73+
// }
74+
5475
Settings {
5576
PreferencesView()
5677
}

0 commit comments

Comments
 (0)