Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triangle bottom left of the main screen #53

Open
marc0janssen opened this issue Apr 12, 2020 · 2 comments
Open

Triangle bottom left of the main screen #53

marc0janssen opened this issue Apr 12, 2020 · 2 comments

Comments

@marc0janssen
Copy link

Question: does the triangle in the left bottom of the main screen do?

@ozamorowski
Copy link

This:

<div styleName='toolbar'>
<div styleName='button' onClick={this.onToggleTurtle}>
{turtle
? <SlowIcon />
: <FastIcon />
}
</div>

And this:

@autobind onToggleTurtle() {
this.props.session_store.togglePreference('alt-speed-enabled');
}

suggest that this button toggle alternative speed mode.

@marc0janssen
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants