mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-05-04 22:34:45 +03:00
parent
1c06247283
commit
a00a6d539e
13 changed files with 526 additions and 35 deletions
src/components/Modals
|
@ -52,7 +52,7 @@ import { mapState } from 'vuex'
|
|||
import Modal from '@/mixins/Modal'
|
||||
import qbit from '@/services/qbit'
|
||||
export default {
|
||||
name: 'SettingsModal',
|
||||
name: 'OldUIModal',
|
||||
mixins: [Modal],
|
||||
methods: {
|
||||
async switchOldUI() {
|
||||
|
@ -61,7 +61,7 @@ export default {
|
|||
window.location.reload(true)
|
||||
},
|
||||
save() {
|
||||
this.$store.commit('TOGGLE_MODAL', 'settingsmodal')
|
||||
this.$store.commit('TOGGLE_MODAL', 'olduimodal')
|
||||
}
|
||||
},
|
||||
computed: {
|
Loading…
Add table
Add a link
Reference in a new issue