From d62b3f5a6481a2f8e60565d2b501f4c770256807 Mon Sep 17 00:00:00 2001 From: Asval Date: Thu, 30 Jul 2026 23:35:40 +0200 Subject: [PATCH] bump --- CUE4Parse | 2 +- .../Commands/RightClickMenuCommand.cs | 2 +- FModel/Views/ExportSessionWindow.xaml | 66 +++++++------------ FModel/Views/ExportSessionWindow.xaml.cs | 2 - .../Controls/ExportOptionsControl.xaml | 2 +- 5 files changed, 25 insertions(+), 49 deletions(-) diff --git a/CUE4Parse b/CUE4Parse index 02dea056..40033e82 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 02dea056a4f9f37f775676725c1d282f9883130c +Subproject commit 40033e82afd4c06c26bdd9eaa3d1f4e05b77bdf6 diff --git a/FModel/ViewModels/Commands/RightClickMenuCommand.cs b/FModel/ViewModels/Commands/RightClickMenuCommand.cs index fc4babba..7ad31b6f 100644 --- a/FModel/ViewModels/Commands/RightClickMenuCommand.cs +++ b/FModel/ViewModels/Commands/RightClickMenuCommand.cs @@ -184,7 +184,7 @@ public class RightClickMenuCommand : ViewModelCommand { FLogger.Append(ELog.Information, () => { - FLogger.Text($"Queued {queuedDelta} {fileType} for export from {directory}", Constants.WHITE, true); + FLogger.Text($"Queued {queuedDelta} {fileType} for export from {directory}{(UserSettings.Default.ExportImmediately ? ", exporting automatically..." : "")}", Constants.WHITE, true); }); } else if (contextViewModel.CUE4Parse.FailedExportCount == 0) diff --git a/FModel/Views/ExportSessionWindow.xaml b/FModel/Views/ExportSessionWindow.xaml index 66284629..bf1cb9af 100644 --- a/FModel/Views/ExportSessionWindow.xaml +++ b/FModel/Views/ExportSessionWindow.xaml @@ -186,6 +186,7 @@ + - - - - + + - + + + + + + + + diff --git a/FModel/Views/ExportSessionWindow.xaml.cs b/FModel/Views/ExportSessionWindow.xaml.cs index 697b0a53..46ae6a50 100644 --- a/FModel/Views/ExportSessionWindow.xaml.cs +++ b/FModel/Views/ExportSessionWindow.xaml.cs @@ -39,9 +39,7 @@ public partial class ExportSessionWindow private void OnRemoveFromQueueClick(object sender, RoutedEventArgs e) { if (sender is Button { DataContext: ObjectGroupViewModel item } && DataContext is ExportSessionViewModel viewModel) - { viewModel.RemoveFromQueue(item); - } } private void OnMakeDefaultOptions(object sender, RoutedEventArgs e) diff --git a/FModel/Views/Resources/Controls/ExportOptionsControl.xaml b/FModel/Views/Resources/Controls/ExportOptionsControl.xaml index f245aa23..6ca6a7f4 100644 --- a/FModel/Views/Resources/Controls/ExportOptionsControl.xaml +++ b/FModel/Views/Resources/Controls/ExportOptionsControl.xaml @@ -224,7 +224,7 @@