mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
[Settings][PTRun]Show plugin version and website (#36580)
This commit is contained in:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user