Skip to content

Commit

Permalink
[FancyZones][Fix Bug] delete layout write wrong date to json file (#3…
Browse files Browse the repository at this point in the history
…7763)

fix delete layout write json file bug

Co-authored-by: Zhaopeng Wang (from Dev Box) <[email protected]>
  • Loading branch information
wang563681252 and Zhaopeng Wang (from Dev Box) authored Mar 5, 2025
1 parent 61a00aa commit fc94cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,10 @@ private async void DeleteLayout(FrameworkElement element)
}
}

model.Delete();
App.FancyZonesEditorIO.SerializeAppliedLayouts();
App.FancyZonesEditorIO.SerializeCustomLayouts();
App.FancyZonesEditorIO.SerializeDefaultLayouts();
model.Delete();
}
}

Expand Down

0 comments on commit fc94cd7

Please sign in to comment.