mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Resolution switching support
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import SwiftUI
|
||||
|
||||
struct ContentView: View {
|
||||
@StateObject var state = AppState()
|
||||
@StateObject private var state = AppState()
|
||||
|
||||
@State var tabSelection: TabSelection = .subscriptions
|
||||
@State private var tabSelection: TabSelection = .subscriptions
|
||||
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
|
Reference in New Issue
Block a user