Simplift where appearance is changed
This commit is contained in:
parent
fb5ad0fa9b
commit
c69bb5db0a
|
@ -27,6 +27,9 @@ struct JellyfinPlayerApp: App {
|
|||
.onOpenURL { url in
|
||||
AppURLHandler.shared.processDeepLink(url: url)
|
||||
}
|
||||
.onChange(of: appAppearance) { newValue in
|
||||
setupAppearance()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue