mlvzk / discocss

A tiny Discord css-injector for Linux and MacOS.
Mozilla Public License 2.0
211 stars 16 forks source link

Add Discord Canary version support #9

Open RustemB opened 3 years ago

RustemB commented 3 years ago

Would be nice, if you add flag or priority detection of any Discord versions

LukasDoesDev commented 3 years ago

On line 53 discord can be replaced with discordcanary but a flag or parameter would be nicer

LukasDoesDev commented 3 years ago

The following line will take in the first parameter to the bash script. If the parameter does not exist the default "discord" is used:

discord_type=${1:-discord}
RustemB commented 3 years ago

cool