diff options
| author | Michael <[email protected]> | 2017-02-02 13:51:29 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 13:51:29 -0500 |
| commit | 3a41ba45e7ac0df930066a79540f82544dbd8114 (patch) | |
| tree | 341d707da673b0db997b5b4f93a4a3e42d047259 /ShiftOS.WinForms/Applications/VirusScanner.cs | |
| parent | e55e195d88ba4a3bfea47cb8784564a43f426e48 (diff) | |
| download | shiftos_thereturn-3a41ba45e7ac0df930066a79540f82544dbd8114.tar.gz shiftos_thereturn-3a41ba45e7ac0df930066a79540f82544dbd8114.tar.bz2 shiftos_thereturn-3a41ba45e7ac0df930066a79540f82544dbd8114.zip | |
Redesign the Infobox, categorize AL items
Diffstat (limited to 'ShiftOS.WinForms/Applications/VirusScanner.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/VirusScanner.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/VirusScanner.cs b/ShiftOS.WinForms/Applications/VirusScanner.cs index 1b3405a..3582bd6 100644 --- a/ShiftOS.WinForms/Applications/VirusScanner.cs +++ b/ShiftOS.WinForms/Applications/VirusScanner.cs @@ -39,7 +39,7 @@ using static ShiftOS.Objects.ShiftFS.Utils; namespace ShiftOS.WinForms.Applications { - [Launcher("Virus Scanner", true, "al_virus_scanner")] + [Launcher("Virus Scanner", true, "al_virus_scanner", "Administration")] [RequiresUpgrade("virus_scanner")] [WinOpen("virus_scanner")] public partial class VirusScanner : UserControl, IShiftOSWindow |
