From 2a38408f040144960494bfe741c2c27d641001d4 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Thu, 17 Feb 2022 00:01:48 +0100 Subject: [PATCH] Add hide player button cancel action --- Shared/Player/Controls/PlayerControls.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shared/Player/Controls/PlayerControls.swift b/Shared/Player/Controls/PlayerControls.swift index 397820b6..162c5594 100644 --- a/Shared/Player/Controls/PlayerControls.swift +++ b/Shared/Player/Controls/PlayerControls.swift @@ -90,7 +90,9 @@ struct PlayerControls: View { HStack(spacing: 4) { hidePlayerButton Text(playbackStatus) + Spacer() + ToggleBackendButton() Text("•") StreamControl() @@ -106,6 +108,7 @@ struct PlayerControls: View { } label: { Image(systemName: "chevron.down.circle.fill") } + .keyboardShortcut(.cancelAction) } private var playbackStatus: String {