Add "Startup section" setting

Fix #103
This commit is contained in:
Arkadiusz Fal
2023-05-25 17:01:53 +02:00
parent ae144ea82f
commit 59f48c739a
4 changed files with 56 additions and 34 deletions

View File

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