1
0
Fork 0

fix: Past Results 폴더 버튼이 출력 파일을 select하도록 변경

- HistoryEntry에 OutputPaths (nullable list) 추가, PrimaryOutputPath 헬퍼
- HistoryRow에 OutputPath + RevealPath (output 우선, fallback to source)
- AddToHistory 호출 시 result.OutputPaths.ToList() 전달
- XAML 폴더 버튼 Tag를 RevealPath로, ToolTip '출력 파일이 있는 폴더 열기'

이전 history.jsonl은 OutputPaths 없이 저장됨 — 새 변환부터 출력 select
This commit is contained in:
Yun Chan 2026-05-07 16:44:59 +09:00
parent 81d0a04eb0
commit 198a39fd84
3 changed files with 12 additions and 4 deletions

View file

@ -549,8 +549,8 @@
BorderThickness="0"
Padding="6"
Click="OnOpenFolderClick"
Tag="{Binding SourcePath}"
ToolTip="원본 폴더 열기">
Tag="{Binding RevealPath}"
ToolTip="출력 파일이 있는 폴더 열기">
<Path Width="14" Height="14" Stretch="Uniform"
Stroke="{StaticResource FsTextTertiary}"
StrokeThickness="2"