mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 09:49:21 +01:00
Stop disabling tab support on Multiplatform macOS. Issue #179
This commit is contained in:
parent
6ebd5ad5ed
commit
b3ca806d0b
@ -177,7 +177,10 @@ private extension SidebarModel {
|
|||||||
unreadCountDidInitializePublisher,
|
unreadCountDidInitializePublisher,
|
||||||
unreadCountDidChangePublisher)
|
unreadCountDidChangePublisher)
|
||||||
|
|
||||||
|
let kickStarter = Notification(name: Notification.Name(rawValue: "Kick Starter"))
|
||||||
|
|
||||||
sidebarRebuildPublishers
|
sidebarRebuildPublishers
|
||||||
|
.prepend(kickStarter)
|
||||||
.debounce(for: .milliseconds(500), scheduler: RunLoop.main)
|
.debounce(for: .milliseconds(500), scheduler: RunLoop.main)
|
||||||
.combineLatest($isReadFiltered, $selectedFeeds)
|
.combineLatest($isReadFiltered, $selectedFeeds)
|
||||||
.sink { [weak self] _, readFilter, selectedFeeds in
|
.sink { [weak self] _, readFilter, selectedFeeds in
|
||||||
|
@ -69,7 +69,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
override init() {
|
override init() {
|
||||||
NSWindow.allowsAutomaticWindowTabbing = false
|
|
||||||
super.init()
|
super.init()
|
||||||
|
|
||||||
AccountManager.shared = AccountManager(accountsFolder: Platform.dataSubfolder(forApplication: nil, folderName: "Accounts")!)
|
AccountManager.shared = AccountManager(accountsFolder: Platform.dataSubfolder(forApplication: nil, folderName: "Accounts")!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user