From f285eabc6d6595a80fc8582fbbb50eaa65a50397 Mon Sep 17 00:00:00 2001 From: TabulateJarl8 Date: Mon, 5 Apr 2021 17:47:58 -0400 Subject: [PATCH] fix logo used --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 0bc6b7f..e06cbc4 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -537,7 +537,7 @@ class LegendaryCLI: if exe_name is not None: start = str(time.time()).split(".")[0] - RPC.update(large_image="legendarylogofull", large_text=app_title, state="via Legendary on " + platform.system(), details=app_title, start=start) + RPC.update(large_image="legendarylogo", large_text=app_title, state="via Legendary on " + platform.system(), details=app_title, start=start) while True: game_running = False pids = psutil.pids()