ask every 24h for game list

This commit is contained in:
konqi
2021-08-24 23:52:11 +02:00
parent 10d8498f1b
commit 19dcacfbbe
4 changed files with 33 additions and 4 deletions

View File

@@ -646,5 +646,16 @@ namespace AndroidSideloader.Properties {
this["GlobalUsername"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.DateTime lastTimeShared {
get {
return ((global::System.DateTime)(this["lastTimeShared"]));
}
set {
this["lastTimeShared"] = value;
}
}
}
}

View File

@@ -158,5 +158,8 @@
<Setting Name="GlobalUsername" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="lastTimeShared" Type="System.DateTime" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>