mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
CommonHelpers: Do not log EnsureDependency
This commit is contained in:
parent
de4e718703
commit
35b01158a6
|
|
@ -89,11 +89,11 @@ namespace CommonHelpers
|
|||
if (TryToLoad(dllNames, libraryPath, false))
|
||||
return true;
|
||||
|
||||
Log.TraceError("Cannot load: {0}", dllNames);
|
||||
|
||||
if (title == null)
|
||||
return false;
|
||||
|
||||
Log.TraceError("Cannot load: {0}", dllNames);
|
||||
|
||||
var downloadButton = new TaskDialogButton("Download");
|
||||
|
||||
var result = ShowDialog(
|
||||
|
|
|
|||
Loading…
Reference in a new issue