Skip to content

Commit

Permalink
Merge pull request #1101 from shananas/Extract-Time-Change
Browse files Browse the repository at this point in the history
Update extraction time msg.
  • Loading branch information
Delta-473 authored Aug 22, 2024
2 parents 857d5eb + e47c0ed commit 5e37bf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion OpenKh.Tools.ModsManager/Views/SetupWizardWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,12 @@
You already have extracted data from a supported game.
</TextBlock>
</StackPanel>
<TextBlock Margin="0 0 0 3" TextWrapping="Wrap">
<TextBlock Margin="0 0 0 3" TextWrapping="Wrap" Visibility="{Binding Pcsx2ConfigVisibility}">
Press the button below to initialize the game extraction. It will take between 5 and 15 minutes based on the speed of your hard drive.
</TextBlock>
<TextBlock Margin="0 0 0 3" TextWrapping="Wrap" Visibility="{Binding PcReleaseConfigVisibility}">
Press the button below to initialize the game extraction. Depending on the speed of your storage, if its a hard drive or an SSD, and how many games selected to extract extraction time may vary a lot.
</TextBlock>
<Button Margin="0 0 0 6" Width="120" Height="22" HorizontalAlignment="Left" Command="{Binding ExtractGameDataCommand}">Extract game data</Button>
<ProgressBar Margin="0 0 0 6" Height="22" Visibility="{Binding ProgressBarVisibility}" Minimum="0" Maximum="1" Value="{Binding ExtractionProgress}"/>
<TextBlock Margin="0 0 0 3" Visibility="{Binding ExtractionCompleteVisibility}">
Expand Down

0 comments on commit 5e37bf7

Please sign in to comment.