[Settings][PTRun]Show plugin version and website (#36580)

This commit is contained in:
Heiko
2025-01-08 15:03:27 +01:00
committed by GitHub
parent cd2a88704d
commit a29ff07ec0
25 changed files with 95 additions and 25 deletions

View File

@@ -14,8 +14,12 @@ namespace Microsoft.PowerToys.Settings.UI.Library
public string Description { get; set; }
public string Version { get; set; }
public string Author { get; set; }
public string Website { get; set; }
public bool Disabled { get; set; }
// Use to communicate the state to settings UI (Using int type because we can't reference GPOWrapper.)