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
5 changes: 5 additions & 0 deletions src/ui/Features/Tools/BatchConvert/BatchConvertViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2504,6 +2504,11 @@ internal void Onloaded(object? sender, RoutedEventArgs e)
internal void OnClosing(object? sender, WindowClosingEventArgs e)
{
UiUtil.SaveWindowPosition(Window);

// Persist target format and function options also when the window is closed via
// X/Escape - especially important in /batchconvertui mode, where this window is the
// main window and nothing else flushes settings to disk on exit (#11699).
SaveSettings();
}

internal void ComboBoxSubtitleFormatChanged()
Expand Down