Skip to content

Commit

Permalink
Merge pull request #1586 from uProxy/lucyhe-remove_restart
Browse files Browse the repository at this point in the history
Remove 'Restart' option from Firefox settings.
  • Loading branch information
lucyhe committed May 26, 2015
2 parents 53af95c + 11196b5 commit 5e3de3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic_ui/polymer/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@

<hr>

<uproxy-link on-tap='{{ restart }}' hidden?='{{ ui.browser !== 'chrome' }}' role='button'>
<uproxy-link on-tap='{{ restart }}' hidden?='{{ ui.browser !== "chrome" }}' role='button'>
<core-icon icon='refresh'></core-icon>
Restart
</uproxy-link>
Expand Down

0 comments on commit 5e3de3d

Please sign in to comment.