It is done!
This commit is contained in:
parent
761a519028
commit
dcf649f9d2
143 changed files with 8234 additions and 2 deletions
EllieHub/Common
17
EllieHub/Common/AppConstants.cs
Normal file
17
EllieHub/Common/AppConstants.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
namespace EllieHub.Common;
|
||||
|
||||
/// <summary>
|
||||
/// Defines the constants used throughout the whole application.
|
||||
/// </summary>
|
||||
public static class AppConstants
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the location of the default image for the bot avatar.
|
||||
/// </summary>
|
||||
public const string BotAvatarUri = "avares://EllieHub/Assets/ellie.png";
|
||||
|
||||
/// <summary>
|
||||
/// The name for an <see cref="HttpClient"/> that does not automatically follow redirect responses.
|
||||
/// </summary>
|
||||
public const string NoRedirectClient = "NoRedirect";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue