mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-24 01:19:22 +01:00
Rename ChatService and move some support buttons to OtterGui.
This commit is contained in:
parent
3f1d84343a
commit
5f916efb13
22 changed files with 56 additions and 104 deletions
|
|
@ -4,6 +4,7 @@ using Dalamud.Interface.Windowing;
|
|||
using Dalamud.Plugin;
|
||||
using ImGuiNET;
|
||||
using OtterGui;
|
||||
using OtterGui.Custom;
|
||||
using OtterGui.Raii;
|
||||
using Penumbra.Services;
|
||||
using Penumbra.UI.Classes;
|
||||
|
|
@ -143,7 +144,7 @@ public sealed class ConfigWindow : Window
|
|||
|
||||
ImGui.NewLine();
|
||||
ImGui.NewLine();
|
||||
UiHelpers.DrawDiscordButton(0);
|
||||
CustomGui.DrawDiscordButton(Penumbra.ChatService, 0);
|
||||
ImGui.SameLine();
|
||||
UiHelpers.DrawSupportButton(_penumbra!);
|
||||
ImGui.NewLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue