Merge pull request #2937 from j-f1/patch-1

Update HiddenPrefs.md
This commit is contained in:
Brent Simmons 2021-03-28 16:56:32 -07:00 committed by GitHub
commit 4bcf2ee99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,14 @@ Hidden preferences tend to be named for a person:
The main window doesnt display its title, partly because it looks cooler that way and partly because its 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.)
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.)
To turn window titles on, set `KafasisTitleMode` to true.
#### Hiding unread count in Dock
#### Show separators between articles in the timeline
Set `JustinMillerHideDockUnreadCount` to true.
Set `CorreiaSeparators` to true.
#### Double-click a feed in the sidebar to mark it as read
Set `GruberFeedDoubleClickMarkAsRead` to true.