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