From 30bf3bea839c1baa0e396afdd572f1095222923b Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Fri, 6 Dec 2024 01:28:18 -0500 Subject: [PATCH] update default fps to 24 --- src/newfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newfile.js b/src/newfile.js index 0ced18f..07bbf74 100644 --- a/src/newfile.js +++ b/src/newfile.js @@ -55,7 +55,7 @@ function createNewFileDialog(callback) { fpsInput.type = 'number'; fpsInput.id = 'fps'; fpsInput.classList.add('dialog-input'); - fpsInput.value = '12'; // Default value + fpsInput.value = '24'; // Default value newFileDialog.appendChild(fpsInput); // Create Create button