Allow for SortaKinda imports

This commit is contained in:
Zeffuro
2025-12-21 15:05:00 +01:00
parent bada2bdc8a
commit 5561305af8
5 changed files with 231 additions and 5 deletions
+6
View File
@@ -73,6 +73,12 @@ public class Plugin : IDalamudPlugin
System.AddonInventoryWindow.Toggle();
if(args == "config")
System.AddonInventoryWindow.Toggle();
if (args == "import-sk")
{
// Manually import from SortaKinda for testing until we have a proper config window
ImportExportResetHelper.TryImportSortaKindaFromClipboard(true);
System.AddonInventoryWindow.ManualRefresh();
}
break;
}
}