Merge pull request #269 from Moonlight-Panel/MoveChangelog

Moved changelog to admin section
This commit is contained in:
Marcel Baumgartner
2023-08-15 15:26:44 +02:00
committed by GitHub
3 changed files with 77 additions and 27 deletions

View File

@@ -407,6 +407,13 @@ public static class Permissions
Name = "Admin security ddos",
Description = "Manage the integrated ddos protection"
};
public static Permission AdminChangelog = new()
{
Index = 59,
Name = "Admin changelog",
Description = "View the changelog"
};
public static Permission? FromString(string name)
{