1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30

Fix settings window height on macOS

This commit is contained in:
Arkadiusz Fal 2022-09-27 17:46:14 +02:00
parent b2b8353e69
commit 804d2592d5

View File

@ -231,7 +231,7 @@ struct SettingsView: View {
case .quality: case .quality:
return 420 return 420
case .history: case .history:
return 480 return 500
case .sponsorBlock: case .sponsorBlock:
return 660 return 660
case .locations: case .locations: