Skip to content

Commit

Permalink
Hide radio.garten in overlay search
Browse files Browse the repository at this point in the history
  • Loading branch information
BttrDrgn committed May 12, 2022
1 parent f40fb6c commit 9d9b0e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/hook/hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ std::vector<process_t> hook::processes;

std::vector<std::string> hook::blacklist
{
"explorer"
"explorer",
"radio.garten",
};

std::vector<std::string> hook::dlls
Expand Down

0 comments on commit 9d9b0e7

Please sign in to comment.