mirror of
https://github.com/derrod/legendary.git
synced 2025-08-27 12:21:00 +00:00
fix logo used
This commit is contained in:
parent
b59de25bce
commit
f285eabc6d
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue