docs: add v1.4.10 forge announcement post and apply csharpier reflow

Forge-Post is required in the tagged tree so forge-announce.yml can read
it during the release-pipeline run. Plus a csharpier reflow on two files
(SymbolPicker.cs, ChatLogWindow.cs) that preflight Block E flagged after
the cycle's comment-tightening sweep — purely whitespace, no behaviour
change.
This commit is contained in:
2026-05-16 14:01:17 +02:00
parent 3e91177833
commit 667950c98e
3 changed files with 67 additions and 13 deletions
+5 -2
View File
@@ -801,10 +801,13 @@ public sealed class ChatLogWindow : Window
// picker below would pin the popup under the wrong widget.
if (Plugin.Config.SymbolPickerEnabled)
{
if (ImGuiUtil.IconButton(
if (
ImGuiUtil.IconButton(
FontAwesomeIcon.Smile,
"symbol-picker-trigger",
"Insert symbol or FFXIV icon"))
"Insert symbol or FFXIV icon"
)
)
{
_symbolPicker.OpenPopup();
}