アバターファイル選択でimage以外は表示しないように (#5098)
This commit is contained in:
parent
5e7a4e4752
commit
97002400a8
6 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue