Files
WowUp/WowUp.WPF/Constants.cs

15 lines
556 B
C#

namespace WowUp.WPF
{
public static class Constants
{
public static class Preferences
{
public const string ClientDefaultAddonChannelSuffix = "_default_addon_channel";
public const string ClientDefaultAutoUpdateSuffix = "_default_auto_update";
public const string WowUpReleaseChannelKey = "wowup_release_channel";
public const string CollapseToTrayKey = "collapse_to_tray";
public const string LastSelectedClientTypeKey = "last_selected_client_type";
}
}
}