Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ private void Apply()
{
model.Apply();
}

if (!mainEditor.MultiMonitorMode)
{
Close();
}
}

private void OnClosing(object sender, EventArgs e)
Expand Down Expand Up @@ -266,11 +261,6 @@ private void Reset_Click(object sender, RoutedEventArgs e)
overlay.CurrentDataContext = MainWindowSettingsModel.BlankModel;

App.FancyZonesEditorIO.SerializeZoneSettings();

if (!overlay.MultiMonitorMode)
{
Close();
}
}

private void NewLayoutDialog_PrimaryButtonClick(ModernWpf.Controls.ContentDialog sender, ModernWpf.Controls.ContentDialogButtonClickEventArgs args)
Expand Down