v2/v3 clipboard support

This commit is contained in:
RisaDev
2024-02-04 22:26:40 +03:00
parent 74fd503272
commit 695375d93c
6 changed files with 139 additions and 24 deletions

View File

@@ -22,6 +22,8 @@ public class PopupSystem
{
_logger = logger;
_configuration = configuration;
RegisterPopup("action_error", "Error while performing selected action.\nDetails have been printed to Dalamud log (/xllog in chat).");
}
public void RegisterPopup(string name, string text, bool displayOnce = false, Vector2? sizeDividers = null)