mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
refactor: comment out connect promo dropdown item
This commit is contained in:
@@ -54,19 +54,19 @@ const links = computed(():UserProfileLink[] => {
|
||||
]
|
||||
: []
|
||||
),
|
||||
...(!connectPluginInstalled.value
|
||||
? [
|
||||
{
|
||||
click: () => {
|
||||
promoStore.promoShow();
|
||||
},
|
||||
icon: InformationCircleIcon,
|
||||
text: props.t('Enhance your Unraid experience with Connect'),
|
||||
title: props.t('Enhance your Unraid experience with Connect'),
|
||||
},
|
||||
]
|
||||
: []
|
||||
),
|
||||
// ...(!connectPluginInstalled.value
|
||||
// ? [
|
||||
// {
|
||||
// click: () => {
|
||||
// promoStore.promoShow();
|
||||
// },
|
||||
// icon: InformationCircleIcon,
|
||||
// text: props.t('Enhance your Unraid experience with Connect'),
|
||||
// title: props.t('Enhance your Unraid experience with Connect'),
|
||||
// },
|
||||
// ]
|
||||
// : []
|
||||
// ),
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user