mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +01:00
chore: フォルダを作成する際のデフォルト値を設定
This commit is contained in:
parent
207e4f3b92
commit
bae2d3cfd7
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ function createFolder() {
|
|||
os.inputText({
|
||||
title: i18n.ts.createFolder,
|
||||
placeholder: i18n.ts.folderName,
|
||||
default: 'Untitled',
|
||||
}).then(({ canceled, result: name }) => {
|
||||
if (canceled) return;
|
||||
misskeyApi('drive/folders/create', {
|
||||
|
|
Loading…
Reference in a new issue