File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -789,6 +789,12 @@ function processUpdate() {
789789 let options = await utils . getOptions ( )
790790 for ( const service in config . services ) {
791791 if ( ! options [ service ] ) options [ service ] = { }
792+
793+ if ( ! ( options [ service ] . frontend in config . services [ service ] . frontends ) ) {
794+ options [ service ] = config . services [ service ] . options
795+ delete options [ options [ service ] . frontend ]
796+ }
797+
792798 for ( const defaultOption in config . services [ service ] . options ) {
793799 if ( options [ service ] [ defaultOption ] === undefined ) {
794800 options [ service ] [ defaultOption ] = config . services [ service ] . options [ defaultOption ]
Original file line number Diff line number Diff line change 11{
22 "name" : " __MSG_extensionName__" ,
33 "description" : " __MSG_extensionDescription__" ,
4- "version" : " 2.6.0 " ,
4+ "version" : " 2.6.1 " ,
55 "manifest_version" : 2 ,
66 "browser_specific_settings" : {
77 "gecko" : {
You can’t perform that action at this time.
0 commit comments