Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit cbf583d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c7094ae + 1f64d44 commit cbf583d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UI/MainWindow.xaml.cs

+9
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,15 @@ public void UpdateWindowTitle()
333333
if (ee == null)
334334
{
335335
outString = "SPEdit";
336+
Program.discordClient.SetPresence(new RichPresence()
337+
{
338+
State = "Idle",
339+
Timestamps = Program.discordTime,
340+
Assets = new Assets()
341+
{
342+
LargeImageKey = "immagine",
343+
}
344+
});
336345
}
337346
else
338347
{

0 commit comments

Comments
 (0)