mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add preliminary documentation for hidden prefs. Fix #233.
This commit is contained in:
@@ -2,4 +2,15 @@
|
||||
|
||||
See AppDefaults.swift for the app’s preference keys, including hidden prefs.
|
||||
|
||||
(TODO: document them here.)
|
||||
Hidden preferences tend to be named for a person:
|
||||
|
||||
1. To distinguish them from regular, un-hidden preferences, and
|
||||
2. So we can remember who asked for them.
|
||||
|
||||
#### Main window titles
|
||||
|
||||
The main window doesn’t display its title, partly because it looks cooler that way and partly because it’s redundant information.
|
||||
|
||||
The downside to this is that title-less windows do not allow the toolbar to show button names. (This is an AppKit thing.)
|
||||
|
||||
To turn window titles on, set `KafasisTitleMode` to true.
|
||||
Reference in New Issue
Block a user