|
@@ -157,7 +157,7 @@ function ReplayOptionsMenu({speedOptions}: {speedOptions: number[]}) {
|
|
|
|
|
|
const ReplayControls = ({
|
|
const ReplayControls = ({
|
|
toggleFullscreen,
|
|
toggleFullscreen,
|
|
- speedOptions = [0.1, 0.25, 0.5, 1, 2, 4],
|
|
|
|
|
|
+ speedOptions = [0.1, 0.25, 0.5, 1, 2, 4, 8, 16],
|
|
}: Props) => {
|
|
}: Props) => {
|
|
const config = useLegacyStore(ConfigStore);
|
|
const config = useLegacyStore(ConfigStore);
|
|
const organization = useOrganization();
|
|
const organization = useOrganization();
|