This commit is contained in:
ww-rm
2025-10-02 22:42:21 +08:00
parent 2204eb6c75
commit b448ca8cb0
9 changed files with 15 additions and 40 deletions

View File

@@ -42,15 +42,6 @@ namespace SpineViewer.Views.ExporterDialogs
DialogResult = false;
}
private void ButtonSelectOutputDir_Click(object sender, RoutedEventArgs e)
{
if (DialogService.ShowOpenFolderDialog(out var selectedPath))
{
var vm = (FrameExporterViewModel)DataContext;
vm.OutputDir = selectedPath;
}
}
private void ButtonPickColor_Click(object sender, RoutedEventArgs e)
{