Improve usability

This commit is contained in:
syuilo
2018-09-01 09:16:25 +09:00
parent 4c6fb60dd2
commit 6819eb3b4d
11 changed files with 72 additions and 45 deletions

View File

@@ -14,7 +14,6 @@ import chooseDriveFolder from './api/choose-drive-folder';
import chooseDriveFile from './api/choose-drive-file';
import dialog from './api/dialog';
import input from './api/input';
import post from './api/post';
import notify from './api/notify';
import MkIndex from './views/pages/index.vue';
@@ -91,7 +90,7 @@ init((launch) => {
chooseDriveFile,
dialog: dialog(os),
input,
post: post(os),
post: () => alert('deprecated'),
notify
}));
}, true);