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