mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 13:27:43 +01:00
Merge branch 'api14' into AddonLifecycleRefactor
This commit is contained in:
commit
bc8e986c11
33 changed files with 280 additions and 202 deletions
|
|
@ -144,7 +144,7 @@ internal class SeStringCreatorWidget : IDataWindowWidget
|
|||
new TextEntry(TextEntryType.Macro, " <string(lstr1)>"),
|
||||
];
|
||||
|
||||
private SeStringParameter[]? localParameters = [Util.GetScmVersion()];
|
||||
private SeStringParameter[]? localParameters = [Versioning.GetScmVersion()];
|
||||
private ReadOnlySeString input;
|
||||
private ClientLanguage? language;
|
||||
private Task? validImportSheetNamesTask;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue