Skip to content

Commit b2f6011

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
fix(coloring): Remove charge coloring option from shortcuts and command palette
1 parent 3fbe681 commit b2f6011

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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)',

0 commit comments

Comments
 (0)