Fixed some display bugs

This commit is contained in:
2022-07-06 13:56:04 +03:00
parent 1292e0f585
commit c674c76bd0
3 changed files with 19 additions and 4 deletions

View File

@@ -136,6 +136,7 @@ namespace PluginManager
public static bool RemoveKey(string key)
{
if (key == "Version" || key == "token" || key == "prefix") return false;
appConfig!.ApplicationVariables!.Remove(key);
appConfig.ProtectedKeyWords!.Remove(key);
SaveConfig();