Skip to content

Commit

Permalink
Log when ShellExecute fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Nov 12, 2023
1 parent 2a68fa1 commit d4d4cb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utility/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@ SKIF_Util_OpenURI (
ret = sexi.hInstApp;
}

else {
PLOG_VERBOSE << "The operation failed!";
}

if (_registry._LoadedSteamOverlay)
SetEnvironmentVariable (L"SteamNoOverlayUIDrawing", L"1");

Expand Down

0 comments on commit d4d4cb7

Please sign in to comment.