Skip to content

Commit 47384bd

Browse files
committed
fix: remove duplicate full-screen menu item — system already provides one
1 parent dd1e839 commit 47384bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

TablePro/TableProApp.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,6 @@ struct AppMenuCommands: Commands {
407407
.keyboardShortcut("-", modifiers: .command)
408408
}
409409

410-
CommandGroup(after: .toolbar) {
411-
Button {
412-
NSApp.keyWindow?.toggleFullScreen(nil)
413-
} label: {
414-
Text("Enter Full Screen")
415-
}
416-
.keyboardShortcut("f", modifiers: [.control, .command])
417-
}
418-
419410
// Tab navigation shortcuts — native macOS window tabs
420411
CommandGroup(after: .windowArrangement) {
421412
// Tab switching by number (Cmd+1 through Cmd+9)

0 commit comments

Comments
 (0)