mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
whitespace fixes
This commit is contained in:
parent
f3637e2426
commit
0e7d66849d
@ -1190,7 +1190,8 @@ final class PlayerModel: ObservableObject {
|
|||||||
if !self.controls.isLoadingVideo {
|
if !self.controls.isLoadingVideo {
|
||||||
self.backend.togglePlay()
|
self.backend.togglePlay()
|
||||||
}
|
}
|
||||||
default: return keyEvent
|
default:
|
||||||
|
return keyEvent
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
struct ImportSettings: View {
|
struct ImportSettings: View {
|
||||||
|
Loading…
Reference in New Issue
Block a user