mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
fix: make settings window text wrap, add explainer for new testing mode
This commit is contained in:
parent
ae1d90162a
commit
a499ba9447
4 changed files with 61 additions and 40 deletions
|
|
@ -2792,7 +2792,8 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
}
|
||||
|
||||
[SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1201:Elements should appear in the correct order", Justification = "Disregard here")]
|
||||
private static class Locs
|
||||
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:Elements should be documented", Justification = "Locs")]
|
||||
internal static class Locs
|
||||
{
|
||||
#region Window Title
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue