mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-23 15:54:23 +01:00
Get rid of Updater message
This commit is contained in:
parent
8630eb175e
commit
85a27782e8
|
|
@ -54,11 +54,6 @@ namespace Updater
|
|||
|
||||
Instance.RunOnce(null, "Global\\SteamDeckToolsAutoUpdater");
|
||||
|
||||
Sentry.SentrySdk.CaptureMessage("Updater", scope =>
|
||||
{
|
||||
scope.SetExtra("args", Environment.GetCommandLineArgs());
|
||||
});
|
||||
|
||||
var persistence = new RegistryPersistenceProvider(@"Software\SteamDeckTools\AutoUpdater");
|
||||
|
||||
if (userCheck || cmdLine)
|
||||
|
|
|
|||
Loading…
Reference in a new issue