mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-27 19:14:48 +01:00
feat: native selectable text for titles
This commit is contained in:
@@ -143,7 +143,9 @@ export default function settings() {
|
||||
>
|
||||
{log.level}
|
||||
</Text>
|
||||
<Text className="text-xs">{log.message}</Text>
|
||||
<Text uiTextView selectable className="text-xs">
|
||||
{log.message}
|
||||
</Text>
|
||||
</View>
|
||||
))}
|
||||
{logs?.length === 0 && (
|
||||
|
||||
Reference in New Issue
Block a user