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

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Mar 25, 2020
2 parents c7094ae + 1f64d44 commit cbf583d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,15 @@ public void UpdateWindowTitle()
if (ee == null)
{
outString = "SPEdit";
Program.discordClient.SetPresence(new RichPresence()
{
State = "Idle",
Timestamps = Program.discordTime,
Assets = new Assets()
{
LargeImageKey = "immagine",
}
});
}
else
{
Expand Down

0 comments on commit cbf583d

Please sign in to comment.