mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-28 04:03:39 +00:00
Add clickable links to usage guide in GUI
This commit is contained in:
@@ -227,4 +227,10 @@ public class DashboardViewModel : PropertyChangedBase
|
||||
IsBusy = false;
|
||||
}
|
||||
}
|
||||
|
||||
public void OpenDiscord() =>
|
||||
ProcessEx.StartShellExecute("https://discord.com/app");
|
||||
|
||||
public void OpenDiscordDeveloperPortal() =>
|
||||
ProcessEx.StartShellExecute("https://discord.com/developers/applications");
|
||||
}
|
||||
Reference in New Issue
Block a user