forked from akai/readest
feat(eink): optimize color and layout for e-ink mode (#2887)
This commit is contained in:
@@ -186,7 +186,7 @@ const ControlPanel: React.FC<SettingsPanelPanelProp> = ({ bookKey, onRegisterRes
|
||||
},
|
||||
...annotationToolQuickActions.map((button) => ({
|
||||
value: button.type,
|
||||
label: button.label,
|
||||
label: _(button.label),
|
||||
})),
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user