mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 07:20:27 +01:00
Sentry is essential always log
This commit is contained in:
parent
1f552b23c6
commit
4398177722
|
|
@ -47,8 +47,6 @@ namespace CommonHelpers
|
|||
{
|
||||
if (Instance.HasFile("DisableCheckForUpdates.txt") || Instance.HasFile("DisableSentryTracking.txt"))
|
||||
return null;
|
||||
if (!Instance.AcceptedTerms)
|
||||
return null;
|
||||
|
||||
if (LogFileFolder == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue