update default fps to 24

This commit is contained in:
Skyler Lehmkuhl 2024-12-06 01:28:18 -05:00
parent abede6586e
commit 30bf3bea83
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function createNewFileDialog(callback) {
fpsInput.type = 'number'; fpsInput.type = 'number';
fpsInput.id = 'fps'; fpsInput.id = 'fps';
fpsInput.classList.add('dialog-input'); fpsInput.classList.add('dialog-input');
fpsInput.value = '12'; // Default value fpsInput.value = '24'; // Default value
newFileDialog.appendChild(fpsInput); newFileDialog.appendChild(fpsInput);
// Create Create button // Create Create button