Промежуточный коммит

This commit is contained in:
Book Pauk
2019-03-15 19:31:09 +07:00
parent d229aab8c9
commit a64687f64f

View File

@@ -555,10 +555,30 @@ class SettingsPage extends Vue {
}
}
addProfile() {
async addProfile() {
try {
const result = await this.$prompt('Введите произвольное имя для профиля устройства', '', {
confirmButtonText: 'OK',
cancelButtonText: 'Отмена'
});
if (result.value) {
}
} catch (e) {
//
}
}
delProfile() {
async delProfile() {
}
async showServerStorageKey() {
}
async enterServerStorageKey() {
}
async generateServerStorageKey() {
}
keyHook(event) {