1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-05-04 22:34:45 +03:00

New Settings modal ()

* New Settings modal
This commit is contained in:
Tyler 2020-08-27 13:30:51 -04:00 committed by GitHub
parent 1c06247283
commit a00a6d539e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 526 additions and 35 deletions
src/components/Modals

View file

@ -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: {