From fa1a85f682302c3629326198b3cb5ecf738d3cd7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 27 May 2018 18:12:39 +0900 Subject: Fix bug --- src/client/app/desktop/script.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/app/desktop/script.ts') 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) })); -- cgit v1.2.3-freya