Merge branch 'io' into merge-upstream

This commit is contained in:
riku6460
2023-10-18 00:12:57 +09:00
8 changed files with 52 additions and 13 deletions

View File

@@ -228,6 +228,7 @@ const setCategoryBulk = async () => {
const setLicenseBulk = async () => {
const { canceled, result } = await os.inputText({
type: 'textarea',
title: 'License',
});
if (canceled) return;