forked from mirrors/misskey
アバターファイル選択でimage以外は表示しないように (#5098)
This commit is contained in:
@@ -77,6 +77,7 @@ init(async (launch, os) => {
|
||||
if (document.body.clientWidth > 800) {
|
||||
const w = this.$root.new(MkChooseFileFromDriveWindow, {
|
||||
title: o.title,
|
||||
type: o.type,
|
||||
multiple: o.multiple,
|
||||
initFolder: o.currentFolder
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user