summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-27 18:12:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-27 18:12:39 +0900
commitfa1a85f682302c3629326198b3cb5ecf738d3cd7 (patch)
tree3ce7ff0bb761db748374fbcbddf4a2b64ebedca2 /src/client/app/desktop/script.ts
parent2.18.1 (diff)
downloadsharkey-fa1a85f682302c3629326198b3cb5ecf738d3cd7.tar.gz
sharkey-fa1a85f682302c3629326198b3cb5ecf738d3cd7.tar.bz2
sharkey-fa1a85f682302c3629326198b3cb5ecf738d3cd7.zip
Fix bug
Diffstat (limited to 'src/client/app/desktop/script.ts')
-rw-r--r--src/client/app/desktop/script.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts
index 09a9257ea3..8fb6096afa 100644
--- a/src/client/app/desktop/script.ts
+++ b/src/client/app/desktop/script.ts
@@ -69,10 +69,10 @@ init(async (launch) => {
const [, os] = launch(router, os => ({
chooseDriveFolder: chooseDriveFolder(os),
chooseDriveFile: chooseDriveFile(os),
- dialog,
- input,
- post,
- notify,
+ dialog: dialog(os),
+ input: input(os),
+ post: post(os),
+ notify: notify(os),
updateAvatar: updateAvatar(os),
updateBanner: updateBanner(os)
}));