forked from FoundKeyGang/FoundKey
Improve usability
This commit is contained in:
parent
a7b7f2a40f
commit
ec4f3595b9
1 changed files with 4 additions and 1 deletions
|
@ -321,7 +321,10 @@
|
||||||
files: files
|
files: files
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
window.open(CONFIG.url + '/selectdrive?multiple=true', '_blank');
|
|
||||||
|
window.open(CONFIG.url + '/selectdrive?multiple=true',
|
||||||
|
'drive_window',
|
||||||
|
'height=500,width=800');
|
||||||
};
|
};
|
||||||
|
|
||||||
this.onkeydown = e => {
|
this.onkeydown = e => {
|
||||||
|
|
Loading…
Reference in a new issue