Skip to content

Commit

Permalink
データ抽出中に抽出オプションを変更できないようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocelot1210 committed Mar 10, 2024
1 parent 0a3c056 commit bb4b298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion X4_DataExporterWPF/ExportWindow/DataExportWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@

<GroupBox
BorderBrush="DarkGray"
Header="{lex:Loc Lang:DataExporter_ExportOption}">
Header="{lex:Loc Lang:DataExporter_ExportOption}"
IsEnabled="{Binding CanOperation.Value, Mode=OneWay}">
<StackPanel>
<StackPanel.Resources>
<vcvt:EnumToBooleanConverter x:Key="EnumToBooleanConverter" />
Expand Down

0 comments on commit bb4b298

Please sign in to comment.