Skip to content

Commit df25a89

Browse files
committed
keep settings link around even when connect isn't installed
1 parent e69b0de commit df25a89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/components/UserProfile/DropdownContent.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ const links = computed((): UserProfileLink[] => {
150150
title: props.t('Opens Connect in new tab'),
151151
},
152152
...[manageUnraidNetAccount.value],
153-
{
154-
href: WEBGUI_CONNECT_SETTINGS.toString(),
155-
icon: CogIcon,
156-
text: props.t('Settings'),
157-
title: props.t('Go to Connect plugin settings'),
158-
},
159153
...signOutAction.value,
160154
]
161155
: [...[manageUnraidNetAccount.value]]),
156+
{
157+
href: WEBGUI_CONNECT_SETTINGS.toString(),
158+
icon: CogIcon,
159+
text: props.t('Settings'),
160+
title: props.t('Go to API Settings'),
161+
},
162162
];
163163
});
164164

0 commit comments

Comments
 (0)