Deleted launch notification

This commit is contained in:
RisaDev
2024-10-26 00:01:58 +03:00
parent 55adf2828e
commit 85dede2668

View File

@@ -16,6 +16,7 @@ using Dalamud.Interface.ImGuiNotification;
using CustomizePlus.GameData.Extensions; using CustomizePlus.GameData.Extensions;
using System.Collections.Generic; using System.Collections.Generic;
using ECommons; using ECommons;
using CustomizePlus.Core.Helpers;
namespace CustomizePlus.Core.Services; namespace CustomizePlus.Core.Services;
@@ -58,9 +59,6 @@ public class CommandService : IDisposable
{ {
_commandManager.AddHandler(command, new CommandInfo(OnMainCommand) { HelpMessage = "Toggles main plugin window if no commands passed. Use \"/customize help\" for list of available commands." }); _commandManager.AddHandler(command, new CommandInfo(OnMainCommand) { HelpMessage = "Toggles main plugin window if no commands passed. Use \"/customize help\" for list of available commands." });
} }
if (_pluginConfiguration.CommandSettings.PrintSuccessMessages)
chatService.PrintInChat($"Started!"); //safe to assume at this point we have successfully initialized
} }
public void Dispose() public void Dispose()