mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05:00
Always display manual browser button for spaces in control UI
This commit is contained in:
@@ -268,18 +268,16 @@ function GridInput({
|
||||
})
|
||||
return (
|
||||
<StyledGridContainer>
|
||||
<StyledGridButtons side="left">
|
||||
{isDisplaying && (
|
||||
{isDisplaying && (
|
||||
<StyledGridButtons side="left">
|
||||
<StyledButton onClick={handleReloadClick}>
|
||||
<ReloadIcon />
|
||||
</StyledButton>
|
||||
)}
|
||||
{isError && (
|
||||
<StyledButton onClick={handleBrowseClick}>
|
||||
<LifeRingIcon />
|
||||
</StyledButton>
|
||||
)}
|
||||
</StyledGridButtons>
|
||||
</StyledGridButtons>
|
||||
)}
|
||||
<StyledGridButtons side="right">
|
||||
<ListeningButton
|
||||
isListening={isListening}
|
||||
|
||||
Reference in New Issue
Block a user