mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix icon
This commit is contained in:
@@ -304,7 +304,7 @@ const dropdownItems = ref([
|
|||||||
value: 3,
|
value: 3,
|
||||||
show: props.plugin?.has_update,
|
show: props.plugin?.has_update,
|
||||||
props: {
|
props: {
|
||||||
prependIcon: 'mdi-cancel',
|
prependIcon: 'mdi-arrow-up-circle-outline',
|
||||||
color: 'success',
|
color: 'success',
|
||||||
click: updatePlugin,
|
click: updatePlugin,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user