diff --git a/client/config/flashback/flashback.json b/client/config/flashback/flashback.json index ae408c8..f23692e 100644 --- a/client/config/flashback/flashback.json +++ b/client/config/flashback/flashback.json @@ -2,15 +2,15 @@ "configVersion": 2, "recordingControls": { "controlsLocation": "RIGHT", - "automaticallyStart": true, + "automaticallyStart": false, "automaticallyFinish": true, "showRecordingToasts": true, - "quicksave": true + "quicksave": false }, "recording": { "markDimensionChanges": true, "recordHotbar": true, - "localPlayerUpdatesPerSecond": 120, + "localPlayerUpdatesPerSecond": 60, "recordVoiceChat": true }, "exporting": { @@ -98,4 +98,4 @@ "stereoAudio": false }, "forceDefaultExportSettings": {} -} \ No newline at end of file +}