mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 01:39:47 +01:00
white space removal
This commit is contained in:
parent
af4849642c
commit
18f7d82f7a
@ -12,6 +12,7 @@ import Account
|
||||
|
||||
|
||||
class SidebarSelectionModel: ObservableObject {
|
||||
|
||||
#if os(macOS)
|
||||
@Published var selectedSidebarItems = Set<FeedIdentifier>() {
|
||||
didSet {
|
||||
@ -20,7 +21,7 @@ class SidebarSelectionModel: ObservableObject {
|
||||
}
|
||||
#endif
|
||||
|
||||
private var items = Set<FeedIdentifier>()
|
||||
private var items = Set<FeedIdentifier>()
|
||||
|
||||
@Published var selectedSidebarItem: FeedIdentifier? = .none {
|
||||
willSet {
|
||||
|
Loading…
x
Reference in New Issue
Block a user