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/state/models/shell-ui.ts | |
parent | 9d6c4698a117e993943d1efc961aa90161d2dbd8 (diff) | |
download | voidsky-bf03167ca6709292852e01cd30a1a8106f6fc618.tar.zst |
Update compose prompt for isual balance and to include image button
Diffstat (limited to 'src/state/models/shell-ui.ts')
-rw-r--r-- | src/state/models/shell-ui.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/shell-ui.ts b/src/state/models/shell-ui.ts index c12921f33..b84d6ece9 100644 --- a/src/state/models/shell-ui.ts +++ b/src/state/models/shell-ui.ts @@ -82,6 +82,7 @@ export interface ComposerOptsPostRef { } } export interface ComposerOpts { + imagesOpen?: boolean replyTo?: ComposerOptsPostRef onPost?: () => void } |