suggestion #216 - Reset use fastSpeed initially (#218)

This commit is contained in:
canarslan12
2017-05-24 18:56:08 +03:00
committed by Ilya Grigorik
parent 27b6898be6
commit 427a19fb74

View File

@@ -56,7 +56,7 @@ chrome.extension.sendMessage({}, function(response) {
this.id = Math.random().toString(36).substr(2, 9); this.id = Math.random().toString(36).substr(2, 9);
if (!tc.settings.rememberSpeed) { if (!tc.settings.rememberSpeed) {
tc.settings.speed = 1.0; tc.settings.speed = 1.0;
tc.settings.resetSpeed = 1.0; tc.settings.resetSpeed = tc.settings.fastSpeed;
} }
this.initializeControls(); this.initializeControls();