Perform save if fixing placement
| @@ -377,6 +377,7 @@ function migrateSettings() { | ||
| 377 | 377 | |
| 378 | 378 | if (!Array.isArray(script.placement)) { |
| 379 | 379 | script.placement = []; |
| 380 | + performSave = true; | |
| 380 | 381 | } |
| 381 | 382 | |
| 382 | 383 | if (script.placement.includes(regex_placement.MD_DISPLAY)) { |