Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 432f379

Browse files
author
icymind
committed
fix new profile bug
1 parent 18449a3 commit 432f379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/Manage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ export default {
259259
},
260260
newProfile: function () {
261261
// 编辑配置: index >= 0; 新建配置: index = -1; 导入配置: index = -2
262+
this.editingClone = Object.assign({}, templateProfile)
262263
this.editingClone.index = -1
263264
this.showProfileEditor = true
264265
},

0 commit comments

Comments
 (0)