diff --git a/macOS version/.vscode/settings.json b/macOS version/.vscode/settings.json index 3ba5958..a03ad68 100644 --- a/macOS version/.vscode/settings.json +++ b/macOS version/.vscode/settings.json @@ -2,10 +2,10 @@ "cSpell.ignoreWords": [ "--nextonly", "NVRAM", + "diskutil", + "Asahi", "asahi", "bootable", - "diskutil", - "nextboot", "prefs" ] } \ No newline at end of file diff --git a/macOS version/Asahi Linux Helper/README.md b/macOS version/Asahi Linux Helper/README.md index 1731335..12713b7 100644 --- a/macOS version/Asahi Linux Helper/README.md +++ b/macOS version/Asahi Linux Helper/README.md @@ -301,7 +301,7 @@ There is also a separate corresponding project for Linux (todo) - [ ] Is it possible to utilize the normal macOS "Restart..." dialog? - [ ] Is it possible to use the system checkbox to reopen windows (from the normal macOS "Restart..." dialog)? - [ ] Without using a helper app, is it possible to sudo bless without asking for root password? -- [ ] Is there something fundamentally wrong with my approach, or is using sudo bless --nextboot inevitable? +- [ ] Is there something fundamentally wrong with my approach, or is using sudo bless --nextonly inevitable? - [ ] Is it possible to add colorful buttons in SwiftUI popovers (e.g. blue, or whatever the macOS preference is)? - [ ] Any other hints to make the buttons / other controls more "native-looking"? - [ ] Code review: fix code / style / other things?