mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-25 01:59:35 +08:00
fix
This commit is contained in:
@@ -121,9 +121,7 @@ function themeTransition() {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<IconBtn @click="changeTheme">
|
<IconBtn @click="changeTheme">
|
||||||
<template #activator="{ props: _props }">
|
<VIcon :icon="props.themes[currentThemeIndex].icon" />
|
||||||
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
|
|
||||||
</template>
|
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -44,9 +44,7 @@ function allLoggingUrl() {
|
|||||||
class="me-2"
|
class="me-2"
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
>
|
>
|
||||||
<template #activator="{ props: _props }">
|
<VIcon icon="mdi-checkbox-multiple-blank-outline" />
|
||||||
<VIcon v-bind="_props" icon="mdi-checkbox-multiple-blank-outline" />
|
|
||||||
</template>
|
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
</template>
|
</template>
|
||||||
<!-- Menu Content -->
|
<!-- Menu Content -->
|
||||||
|
|||||||
Reference in New Issue
Block a user