Add new timeout option and supporting settings infrastructure
This commit is contained in:
7
ntfysh_client/SettingsModel.cs
Normal file
7
ntfysh_client/SettingsModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ntfysh_client
|
||||
{
|
||||
public class SettingsModel
|
||||
{
|
||||
public decimal Timeout { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user