math clamping sliders for notifcation settings, pair notifs disappear now when accepted with other methods

This commit is contained in:
choco
2025-10-12 00:04:10 +02:00
parent a7475a7007
commit fe419336d7
5 changed files with 122 additions and 72 deletions

View File

@@ -189,7 +189,8 @@ public sealed class Plugin : IDalamudPlugin
s.GetRequiredService<DalamudUtilService>(),
notificationManager,
chatGui,
s.GetRequiredService<LightlessMediator>()));
s.GetRequiredService<LightlessMediator>(),
s.GetRequiredService<PairRequestService>()));
collection.AddSingleton((s) =>
{
var httpClient = new HttpClient();