Add username/password login and keychain manager

Fix #224
This commit is contained in:
Arkadiusz Fal
2022-08-26 01:36:46 +02:00
parent 269dbed352
commit b75d3ffe6e
19 changed files with 280 additions and 107 deletions

View File

@@ -225,11 +225,11 @@ struct SettingsView: View {
private var windowHeight: Double {
switch selection {
case .browsing:
return 390
return 400
case .player:
return 420
case .quality:
return 400
return 420
case .history:
return 480
case .sponsorBlock: