You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Added back support for alarms
This commit is contained in:
@ -264,7 +264,7 @@ class ScreenHeaderComponent extends React.PureComponent {
|
||||
|
||||
const renderUndoButton = () => {
|
||||
return renderTopButton({
|
||||
iconName: 'md-undo',
|
||||
iconName: 'arrow-undo-circle-sharp',
|
||||
onPress: this.props.onUndoButtonPress,
|
||||
visible: this.props.showUndoButton,
|
||||
disabled: this.props.undoButtonDisabled,
|
||||
@ -273,7 +273,7 @@ class ScreenHeaderComponent extends React.PureComponent {
|
||||
|
||||
const renderRedoButton = () => {
|
||||
return renderTopButton({
|
||||
iconName: 'md-redo',
|
||||
iconName: 'arrow-redo-circle-sharp',
|
||||
onPress: this.props.onRedoButtonPress,
|
||||
visible: this.props.showRedoButton,
|
||||
});
|
||||
|
Reference in New Issue
Block a user