updated scribble helper

This commit is contained in:
zsviczian
2023-04-23 07:39:42 +02:00
parent 02b21aeea9
commit b03bd7e4f9
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ let prevZoomValue = api.getAppState().zoom.value; //used to avoid trigger on pin
// -------------
// Load settings
// -------------
const settings = ea.getScriptSettings();
let settings = ea.getScriptSettings();
//set default values on first-ever run of the script
if(!settings["Default action"]) {
settings = {

File diff suppressed because one or more lines are too long