Merge branch 'api14' into AddonLifecycleRefactor

This commit is contained in:
MidoriKami 2025-12-15 12:55:35 -08:00 committed by GitHub
commit bc8e986c11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 280 additions and 202 deletions

View file

@ -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;