Skip to content

Commit

Permalink
Capitalize "Default" in "Change default Startup Disk"
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhfcy committed Apr 8, 2024
1 parent fad9375 commit 1700163
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Asahi Linux Helper/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSPopoverDelegate, Observabl
newStartupDiskItem.tag = 1 // replace with the actual disk number
submenu.addItem(newStartupDiskItem)

let submenuItem = NSMenuItem(title: "Change default Startup Disk", action: nil, keyEquivalent: "")
let submenuItem = NSMenuItem(title: "Change Default Startup Disk", action: nil, keyEquivalent: "")
submenuItem.submenu = submenu
menu.addItem(submenuItem)
menuItemToView[submenuItem] = .restart(3)
Expand Down
Binary file modified misc/Change_Default_Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified misc/Menu_Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1700163

Please sign in to comment.