mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
real settings view impl
server management mostly working changing active server needs work
This commit is contained in:
@@ -23,7 +23,7 @@ const ListPlayerControls = React.memo<{
|
||||
{downloaded ? (
|
||||
<IconMat name="file-download-done" size={26} color={colors.text.primary} />
|
||||
) : (
|
||||
<IconMat name="file-download" size={26} color={colors.text.secondary} />
|
||||
<IconMat name="file-download" size={26} color={colors.text.primary} />
|
||||
)}
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user