mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
white space removal
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user