diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 13:57:53 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 13:57:53 -0600 |
commit | bf03167ca6709292852e01cd30a1a8106f6fc618 (patch) | |
tree | b63fbab4387c99a3232cae72a1f41da6ba32974e /src/view/shell/mobile/index.tsx | |
parent | 9d6c4698a117e993943d1efc961aa90161d2dbd8 (diff) | |
download | voidsky-bf03167ca6709292852e01cd30a1a8106f6fc618.tar.zst |
Update compose prompt for isual balance and to include image button
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 54df5dd17..b1d00adc1 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -484,6 +484,7 @@ export const MobileShell: React.FC = observer(() => { onClose={() => store.shell.closeComposer()} winHeight={winDim.height} replyTo={store.shell.composerOpts?.replyTo} + imagesOpen={store.shell.composerOpts?.imagesOpen} onPost={store.shell.composerOpts?.onPost} /> </View> |