mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-23 01:09:50 +08:00
fix(AccountSettingRule): 更新删除按钮图标为mdi-delete-empty-outline
This commit is contained in:
@@ -403,7 +403,7 @@ onMounted(() => {
|
||||
<VIcon icon="mdi-share" />
|
||||
</VBtn>
|
||||
<VBtn color="error" variant="tonal" @click="deleteAllRules('custom')">
|
||||
<VIcon icon="mdi-delete" />
|
||||
<VIcon icon="mdi-delete-empty-outline" />
|
||||
</VBtn>
|
||||
</VBtnGroup>
|
||||
</div>
|
||||
@@ -454,7 +454,7 @@ onMounted(() => {
|
||||
<VIcon icon="mdi-share" />
|
||||
</VBtn>
|
||||
<VBtn color="error" variant="tonal" @click="deleteAllRules('group')">
|
||||
<VIcon icon="mdi-delete" />
|
||||
<VIcon icon="mdi-delete-empty-outline" />
|
||||
</VBtn>
|
||||
</VBtnGroup>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user