There was an error while loading. Please reload this page.
1 parent 171ecbf commit 3913711Copy full SHA for 3913711
1 file changed
src/lib/pages/addons/AddonSettingsButton.svelte
@@ -10,7 +10,7 @@
10
11
{#if ($hooks.length > 0) && plugin.status === 'STARTED'}
12
<a
13
- href="{base}/addons/detail/{plugin.id}"
+ href="{base}/addons/detail/{plugin.id}/settings"
14
class="btn btn-link p-0"
15
title={$_('buttons.preferences')}>
16
<i class="fa-solid fa-sliders-h"></i>
0 commit comments