|
|
|
|
|
by Aaron2222
230 days 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
|
|