File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -870,7 +870,6 @@ function App() {
870870 case 'e' : setColoring ( 'hydrophobicity' ) ; break ;
871871 case 'a' : setColoring ( 'bfactor' ) ; break ; // pLDDT
872872 case 'd' : setColoring ( 'secondary' ) ; break ;
873- case 'z' : setColoring ( 'charge' ) ; break ;
874873 case 'x' : setColoring ( 'residueindex' ) ; break ; // Rainbow
875874 case 'v' : setColoring ( 'residue' ) ; break ; // Residue Name
876875 }
@@ -1070,14 +1069,6 @@ function App() {
10701069 category : 'Appearance' ,
10711070 perform : ( ) => setColoring ( 'secondary' )
10721071 } ,
1073- {
1074- id : 'color-charge' ,
1075- label : 'Color by Charge' ,
1076- icon : Palette ,
1077- shortcut : 'Z' ,
1078- category : 'Appearance' ,
1079- perform : ( ) => setColoring ( 'charge' )
1080- } ,
10811072 {
10821073 id : 'color-rainbow' ,
10831074 label : 'Color by Rainbow (Residue Index)' ,
You can’t perform that action at this time.
0 commit comments