We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ec4dc commit 06d2aadCopy full SHA for 06d2aad
src/guiSetup.gloa
@@ -450,7 +450,7 @@ export setupGuiFrames :: () {
450
451
guiState.separator!({ thick=false }),
452
guiState.section!({ label="Undo history",
453
- guiState.inputText!({ name="preferences_maxChanges", tooltip="Default: 100" }),
+ guiState.inputText!({ name="preferences_maxChanges", tooltip="Default: 200" }),
454
}),
455
456
guiState.separator!({ thick=true }),
src/main.gloa
@@ -192,7 +192,7 @@ export App :: struct {
192
maxBufferSize = 16000, -- Default buffer size for ParticleSystem is 1000.
193
maxRecentFiles = 15,
194
maxRecentFolders = 4,
195
- maxChanges = 100,
+ maxChanges = 200,
196
}
197
198
0 commit comments