Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion speed-transition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@ function switch_mode()
end

function reset_on_file_load()
restore_normalspeed()
if enable then
restore_normalspeed()
end
reset_state()
end

Expand Down