mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix settings height on macOS
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user