リファクタリングなど
This commit is contained in:
parent
1625b37b44
commit
372bfaceda
64 changed files with 521 additions and 570 deletions
|
|
@ -64,6 +64,7 @@ export default define({
|
|||
} else {
|
||||
this.props.size++;
|
||||
}
|
||||
this.save();
|
||||
|
||||
this.applySize();
|
||||
},
|
||||
|
|
@ -111,6 +112,7 @@ export default define({
|
|||
choose() {
|
||||
(this as any).apis.chooseDriveFolder().then(folder => {
|
||||
this.props.folder = folder ? folder.id : null;
|
||||
this.save();
|
||||
this.fetch();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue