We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69b0de commit df25a89Copy full SHA for df25a89
web/components/UserProfile/DropdownContent.vue
@@ -150,15 +150,15 @@ const links = computed((): UserProfileLink[] => {
150
title: props.t('Opens Connect in new tab'),
151
},
152
...[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
- },
159
...signOutAction.value,
160
]
161
: [...[manageUnraidNetAccount.value]]),
+ {
+ href: WEBGUI_CONNECT_SETTINGS.toString(),
+ icon: CogIcon,
+ text: props.t('Settings'),
+ title: props.t('Go to API Settings'),
+ },
162
];
163
});
164
0 commit comments