Fix settings height on macOS

This commit is contained in:
Arkadiusz Fal 2023-05-07 22:01:23 +02:00
parent a83657b8c6
commit 7b9aa8ce99

View File

@ -243,7 +243,7 @@ struct SettingsView: View {
private var windowHeight: Double {
switch selection {
case .browsing:
return 840
return 880
case .player:
return 450
case .controls: