Skip to content

Commit

Permalink
Added Google Chrome as a supported process
Browse files Browse the repository at this point in the history
  • Loading branch information
Plextora committed Dec 29, 2022
1 parent 826c46d commit cb90b49
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion DiscordPresence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ public static class DiscordPresence
"Firefox logo",
"Set Firefox presence")
},
{
"chrome",
new PresenceDetails(
"chrome",
"Google Chrome",
"Chrome logo",
"Set Chrome presence")
},
{
"Discord",
new PresenceDetails(
Expand Down Expand Up @@ -79,7 +87,7 @@ public static class DiscordPresence
"Task Manager",
"Task Manager logo",
"Set Task Manager presence")
},
}
};

private static void SetPresence(string name, string displayName, string largeimgtext)
Expand Down

0 comments on commit cb90b49

Please sign in to comment.