Discord Plugin Profile Name Column Changes

1. Profile name has been converted to a droplist and is now populated with the Server Manager Profile Names for selection.
This commit is contained in:
Brett Hewitson 2020-07-12 18:36:33 +10:00
parent eaa7876ab4
commit fce9a3e65f
10 changed files with 212 additions and 24 deletions

View file

@ -148,7 +148,7 @@ namespace ServerManagerTool.Plugin.Common
File.Delete(pluginFile);
}
internal IList<Profile> FetchProfileList()
public IList<Profile> FetchProfileList()
{
lock (_syncLockFetchProfiles)
{