pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hide player settings button when not playing

Pas 51a8f3a7 1ab1b341

+10 -6
+10 -6
src/pages/parts/player/PlayerPart.tsx
··· 180 180 ) : null} 181 181 {status === playerStatus.PLAYBACK_ERROR || 182 182 status === playerStatus.PLAYING ? ( 183 - <Player.Captions /> 183 + <> 184 + <Player.Captions /> 185 + <Player.Settings /> 186 + </> 184 187 ) : null} 185 - <Player.Settings /> 186 188 {/* Fullscreen on when not shifting */} 187 189 {!isShifting && <Player.Fullscreen />} 188 190 ··· 203 205 )} 204 206 <Player.Episodes inControl={inControl} /> 205 207 {status === playerStatus.PLAYING ? ( 206 - <div className="hidden ssm:block"> 207 - <Player.Captions /> 208 - </div> 208 + <> 209 + <div className="hidden ssm:block"> 210 + <Player.Captions /> 211 + </div> 212 + <Player.Settings /> 213 + </> 209 214 ) : null} 210 - <Player.Settings /> 211 215 </div> 212 216 <div> 213 217 {status === playerStatus.PLAYING && (