Added back the plugin call home

This commit is contained in:
Brett Hewitson 2021-12-20 11:37:04 +10:00
parent decf281598
commit cc95409722
8 changed files with 44 additions and 144 deletions

View file

@ -9,12 +9,12 @@ namespace ServerManagerTool.Plugin.Discord
public DiscordPluginConfig()
: base()
{
LastCallHome = DateTime.MinValue;
PluginCallUrlLast = DateTime.MinValue;
ConfigProfiles = new ObservableList<ConfigProfile>();
}
[DataMember]
public DateTime LastCallHome
public DateTime PluginCallUrlLast
{
get;
set;