mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
Merge pull request #457 from wikrin/style/settings-ui
This commit is contained in:
@@ -1205,9 +1205,15 @@ onDeactivated(() => {
|
||||
variant="tonal"
|
||||
rounded="lg"
|
||||
>
|
||||
<VBtn value="skip" color="error" icon="mdi-file-remove" />
|
||||
<VBtn value="missingOnly" color="success" icon="mdi-file-plus" />
|
||||
<VBtn value="overwrite" color="primary" icon="mdi-file-replace" />
|
||||
<VBtn value="skip" color="error">
|
||||
<VIcon icon="mdi-file-remove" />
|
||||
</VBtn>
|
||||
<VBtn value="missingOnly" color="success">
|
||||
<VIcon icon="mdi-file-plus" />
|
||||
</VBtn>
|
||||
<VBtn value="overwrite" color="primary">
|
||||
<VIcon icon="mdi-file-replace" />
|
||||
</VBtn>
|
||||
</VBtnToggle>
|
||||
<span class="ml-2">{{ t(item.label) }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user