6 ms·
You can fix this with: defaults write -g NSDocumentSaveNewDocumentsToCloud -bool false You can also have apps default to a blank document instead of the ope
by Aaron2222 11mo ago
You can fix this with:
defaults write -g NSDocumentSaveNewDocumentsToCloud -bool false
You can also have apps default to a blank document instead of the open dialog:
defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
- frizlab 11mo agoI’m actually ok with this behavior, but good to know!