updated sms package creator, removed result for segments with exeption true, replaced some ui elements

This commit is contained in:
Simon Pocrnjič
2026-02-01 13:43:18 +01:00
parent 9cc1b7072c
commit b1c531bb70
9 changed files with 484 additions and 200 deletions
+2 -1
View File
@@ -1317,7 +1317,8 @@ async function fetchSimulation() {
<Checkbox
:id="'show-missing-checkbox'"
:checked="showMissingEnabled"
@update:checked="
:model-value="showMissingEnabled"
@update:model-value="
(val) => {
showMissingEnabled = val;
saveImportOptions();