Skip to content

Commit

Permalink
Explain profile selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed May 14, 2024
1 parent 11bd042 commit b4a6e76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions TarkovMonitor/Blazor/Pages/RawLogs/ForceReadDialog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@

<MudDialog>
<DialogContent>
<div>
<MudText>
Current profile: @eft.CurrentProfile.Id (@eft.CurrentProfile.Type)
</div>
</MudText>
<MudText>
If you want to update progress for a different profile, activate that profile in the game.
</MudText>
@if (customWatcher.LogsPath != "")
{
if (breakpoints != null)
Expand Down

0 comments on commit b4a6e76

Please sign in to comment.