Skip to content

Commit

Permalink
Merge pull request #74 from Geardung/issue72
Browse files Browse the repository at this point in the history
Поддержка Vesktop'a
  • Loading branch information
FozerG authored Oct 27, 2024
2 parents 8d2c60d + 45e2924 commit 0f1d211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Presence:
running = False
paused = False
paused_time = 0
exe_names = ["Discord.exe", "DiscordCanary.exe", "DiscordPTB.exe"]
exe_names = ["Discord.exe", "DiscordCanary.exe", "DiscordPTB.exe", "Vesktop.exe"]

@staticmethod
def is_discord_running() -> bool:
Expand Down

0 comments on commit 0f1d211

Please sign in to comment.