mirror of
https://github.com/unraid/api.git
synced 2026-01-07 09:10:05 -06:00
feat: install plugin
This commit is contained in:
@@ -11,9 +11,6 @@ const { pluginInstalled, registered } = storeToRefs(useServerStore());
|
||||
|
||||
const showDefaultContent = computed(() => !showLaunchpad.value);
|
||||
const showLaunchpad = computed(() => pluginInstalled.value && !registered.value);
|
||||
/**
|
||||
* @todo use gsap to animate width between the three dropdown variants
|
||||
*/
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user