You've already forked AstralRinth
forked from didirus/AstralRinth
Hide "Install with Modrinth App" for plugin-only projects
This commit is contained in:
@@ -176,7 +176,13 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #default>
|
<template #default>
|
||||||
<div class="mx-auto flex max-w-[40rem] flex-col gap-4 md:w-[30rem]">
|
<div class="mx-auto flex max-w-[40rem] flex-col gap-4 md:w-[30rem]">
|
||||||
<div class="modrinth-app-section contents">
|
<div
|
||||||
|
v-if="
|
||||||
|
project.project_type !== 'plugin' ||
|
||||||
|
project.loaders.some((x) => !tags.loaderData.allPluginLoaders.includes(x))
|
||||||
|
"
|
||||||
|
class="modrinth-app-section contents"
|
||||||
|
>
|
||||||
<div class="mx-auto flex w-fit flex-col">
|
<div class="mx-auto flex w-fit flex-col">
|
||||||
<ButtonStyled color="brand">
|
<ButtonStyled color="brand">
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user