2017-12-02 14:58:25 -08:00
|
|
|
|
# Hidden Preferences
|
|
|
|
|
|
|
|
|
|
See AppDefaults.swift for the app’s preference keys, including hidden prefs.
|
|
|
|
|
|
2017-12-02 16:02:50 -08:00
|
|
|
|
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.
|
|
|
|
|
|
2021-03-28 19:17:22 -04:00
|
|
|
|
The downside to this is that title-less windows do not allow the toolbar to show button names on macOS Catalina. (This is an AppKit thing.)
|
2017-12-02 16:02:50 -08:00
|
|
|
|
|
2019-03-12 21:20:28 -07:00
|
|
|
|
To turn window titles on, set `KafasisTitleMode` to true.
|
|
|
|
|
|
2021-03-28 19:17:22 -04:00
|
|
|
|
#### Show separators between articles in the timeline
|
2019-03-12 21:20:28 -07:00
|
|
|
|
|
2021-03-28 19:17:22 -04:00
|
|
|
|
Set `CorreiaSeparators` to true.
|
|
|
|
|
|
|
|
|
|
#### Double-click a feed in the sidebar to mark it as read
|
|
|
|
|
|
|
|
|
|
Set `GruberFeedDoubleClickMarkAsRead` to true.
|
2021-06-16 20:24:50 -05:00
|
|
|
|
|
|
|
|
|
#### Suppress the automatic sync on launch
|
|
|
|
|
|
|
|
|
|
Set `DevroeSuppressSyncOnLaunch` to true.
|