Simplift where appearance is changed

This commit is contained in:
Ethan Pippin 2021-12-28 15:00:27 -07:00
parent fb5ad0fa9b
commit c69bb5db0a
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ struct JellyfinPlayerApp: App {
.onOpenURL { url in
AppURLHandler.shared.processDeepLink(url: url)
}
.onChange(of: appAppearance) { newValue in
setupAppearance()
}
}
}