mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
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:
parent
eaa7876ab4
commit
fce9a3e65f
10 changed files with 212 additions and 24 deletions
|
|
@ -148,7 +148,7 @@ namespace ServerManagerTool.Plugin.Common
|
|||
File.Delete(pluginFile);
|
||||
}
|
||||
|
||||
internal IList<Profile> FetchProfileList()
|
||||
public IList<Profile> FetchProfileList()
|
||||
{
|
||||
lock (_syncLockFetchProfiles)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue