给设置界面添加是否最小化到通知栏选项
This commit is contained in:
@@ -15,6 +15,7 @@ namespace PMSWPF.Config
|
||||
public bool EnableS7Service { get; set; } = true;
|
||||
public bool EnableMqttService { get; set; } = true;
|
||||
public bool EnableOpcUaService { get; set; } = true;
|
||||
public bool MinimizeToTrayOnClose { get; set; } = true;
|
||||
|
||||
private static readonly string SettingsFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "connectionSettings.json");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user