This commit is contained in:
Nicola
2021-12-11 12:48:12 +01:00
parent a238fb1b47
commit 1bac62be4c
5 changed files with 14 additions and 30 deletions

View File

@ -21,7 +21,7 @@ const Settings = (() => {
enableDynamicCursorOutline: true, //unused - performance
enableBrushPreview: true, //unused - performance
enableEyedropperPreview: true, //unused - performance
numberOfHistoryStates: 20,
numberOfHistoryStates: 256,
maxColorsOnImportedImage: 128,
pixelGridColour: '#000000'
};