mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Update Updater.exe
This commit is contained in:
parent
b0277d3c0b
commit
72c15b8e74
10 changed files with 117 additions and 34 deletions
|
|
@ -178,6 +178,12 @@ namespace CommonHelpers
|
|||
|
||||
public static void WithSentry(Action action, string? dsn = null)
|
||||
{
|
||||
if (File.Exists("DisableCheckForUpdates.txt"))
|
||||
{
|
||||
action();
|
||||
return;
|
||||
}
|
||||
|
||||
// Overwrite DSN
|
||||
if (dsn != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue