mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-26 12:21:00 +03:00
parent
6ab00a179b
commit
5b1a1bc917
1 changed files with 1 additions and 11 deletions
|
@ -1,15 +1,5 @@
|
|||
<template>
|
||||
<div :class="mobile ? '' : 'flex-shrink-0 ml-0'">
|
||||
<v-tooltip bottom open-delay="400">
|
||||
<template #activator="{ on }">
|
||||
<v-btn :text="!mobile" small fab color="grey--text" class="mr-0 ml-0" :aria-label="$t('navbar.topActions.addTorrent')" v-on="on" @click="addModal('AddModal')">
|
||||
<v-icon color="grey">
|
||||
{{ mdiPlus }}
|
||||
</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
<span> {{ $t('navbar.topActions.addTorrent') }}</span>
|
||||
</v-tooltip>
|
||||
<v-tooltip bottom open-delay="400">
|
||||
<template #activator="{ on }">
|
||||
<v-btn small fab :text="!mobile" class="mr-0 ml-0" :aria-label="$t('navbar.topActions.resumeSelected')" v-on="on" @click="resumeTorrents">
|
||||
|
@ -93,7 +83,7 @@ export default {
|
|||
name: 'TopActions',
|
||||
mixins: [General],
|
||||
props: {
|
||||
mobile: () => false
|
||||
mobile: Boolean
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue