mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -35,8 +35,10 @@ window.addEventListener('DOMContentLoaded', function (){
|
||||
}
|
||||
},
|
||||
events: {
|
||||
'change-active': function (index){
|
||||
'change-active': function (index, setting){
|
||||
this.activeIndex = index;
|
||||
|
||||
this.$broadcast('setting-toggle', setting);
|
||||
},
|
||||
'save-configure': function (){
|
||||
ipc.send('app-configure', 'save', util.normalize(this.configure));
|
||||
|
Reference in New Issue
Block a user