mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -33,8 +33,3 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.1.0")]
|
||||
|
||||
[assembly: InternalsVisibleTo("ARK Server Manager")]
|
||||
[assembly: InternalsVisibleTo("ConanServerManager")]
|
||||
[assembly: InternalsVisibleTo("ServerManager")]
|
||||
[assembly: InternalsVisibleTo("ServerManager.Plugin.Common.UnitTests")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue