mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 07:17:00 -04:00
15 lines
556 B
C#
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";
|
|
}
|
|
}
|
|
}
|