update default fps to 24
This commit is contained in:
parent
abede6586e
commit
30bf3bea83
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue