diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 619a969d..05185f0d 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -1008,7 +1008,7 @@ var ConfigLocalStorageActions = actions.Actions({ } }], // XXX need to load the reset config, and not just set it... - resetConfig: ['File/Reset configuration to default state', + resetConfig: ['File/Reset settings', function(){ this.config = this.__base_config || this.config }],