mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
Improve Messaging.
This commit is contained in:
parent
5ad1be30a7
commit
520fc58e95
20 changed files with 100 additions and 67 deletions
|
|
@ -7,6 +7,7 @@ using Glamourer.Designs;
|
|||
using Glamourer.Interop.Penumbra;
|
||||
using ImGuiNET;
|
||||
using OtterGui;
|
||||
using OtterGui.Classes;
|
||||
using OtterGui.Raii;
|
||||
|
||||
namespace Glamourer.Gui.Tabs.DesignTab;
|
||||
|
|
@ -125,7 +126,7 @@ public class ModAssociationsTab
|
|||
{
|
||||
var text = _penumbra.SetMod(mod, settings);
|
||||
if (text.Length > 0)
|
||||
Glamourer.Chat.NotificationMessage(text, "Failure", NotificationType.Warning);
|
||||
Glamourer.Messager.NotificationMessage(text, NotificationType.Warning, false);
|
||||
}
|
||||
|
||||
DrawAssociatedModTooltip(settings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue