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