mirror of
https://github.com/yattee/yattee.git
synced 2025-11-26 11:18:19 +00:00
Remove unused code, minor style changes
This commit is contained in:
@@ -74,7 +74,7 @@ final class NavigationModel: ObservableObject {
|
||||
var tabSelectionBinding: Binding<TabSelection> {
|
||||
Binding<TabSelection>(
|
||||
get: {
|
||||
self.tabSelection ?? .favorites
|
||||
self.tabSelection ?? .search
|
||||
},
|
||||
set: { newValue in
|
||||
self.tabSelection = newValue
|
||||
|
||||
Reference in New Issue
Block a user