Testing version warning
This commit is contained in:
@@ -219,6 +219,7 @@ public class CommandService : IDisposable
|
||||
{
|
||||
if (state != null)
|
||||
{
|
||||
//todo: still check and disable other profiles in this case?
|
||||
if (targetProfile!.Enabled == state)
|
||||
{
|
||||
_chatService.PrintInChat(new SeStringBuilder()
|
||||
|
||||
@@ -5,6 +5,7 @@ using CustomizePlus.Armatures.Services;
|
||||
using CustomizePlus.Configuration.Data;
|
||||
using CustomizePlus.Core.Data;
|
||||
using CustomizePlus.Core.Extensions;
|
||||
using CustomizePlus.Core.Helpers;
|
||||
using CustomizePlus.Profiles;
|
||||
using CustomizePlus.Templates;
|
||||
using Dalamud.Plugin;
|
||||
@@ -38,7 +39,7 @@ public class SupportLogBuilderService
|
||||
{
|
||||
var sb = new StringBuilder(102400); //it's fair to assume this will very often be quite large
|
||||
sb.AppendLine("**Settings**");
|
||||
sb.Append($"> **`Plugin Version: `** {Plugin.Version}\n");
|
||||
sb.Append($"> **`Plugin Version: `** {VersionHelper.Version}\n");
|
||||
sb.Append($"> **`Commit Hash: `** {ThisAssembly.Git.Commit}+{ThisAssembly.Git.Sha}\n");
|
||||
sb.Append($"> **`Plugin enabled: `** {_configuration.PluginEnabled}\n");
|
||||
sb.AppendLine("**Settings -> Editor Settings**");
|
||||
|
||||
Reference in New Issue
Block a user