about summary refs log tree commit diff
path: root/src/state/models/shell-ui.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 13:57:53 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-18 13:57:53 -0600
commitbf03167ca6709292852e01cd30a1a8106f6fc618 (patch)
treeb63fbab4387c99a3232cae72a1f41da6ba32974e /src/state/models/shell-ui.ts
parent9d6c4698a117e993943d1efc961aa90161d2dbd8 (diff)
downloadvoidsky-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.ts1
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
 }