fix: popular lists plugin

This commit is contained in:
Fredrik Burmester
2025-01-02 17:24:43 +01:00
parent 730823c520
commit b8dbce6bf2
5 changed files with 125 additions and 59 deletions

View File

@@ -24,6 +24,11 @@ export const PluginSettings = () => {
title="Marlin Search"
showArrow
/>
<ListItem
onPress={() => router.push("/settings/popular-lists/page")}
title="Popular Lists"
showArrow
/>
</ListGroup>
</View>
);