aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/helpers/attachment_setting.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-11-01 22:10:46 +0200
committerHenry Jameson <me@hjkos.com>2023-11-01 22:10:46 +0200
commitce109c38f3b51752f97c04c6b9df59a794212f8a (patch)
tree02dc8f047785068883b331a616ec27a35eaa8a40 /src/components/settings_modal/helpers/attachment_setting.js
parentb6a4b62058ca8e6a1a0f91aa23cf3cd78cd33009 (diff)
add favicon setting and add compact layout for AttachmentSetting
Diffstat (limited to 'src/components/settings_modal/helpers/attachment_setting.js')
-rw-r--r--src/components/settings_modal/helpers/attachment_setting.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/settings_modal/helpers/attachment_setting.js b/src/components/settings_modal/helpers/attachment_setting.js
index ac5c6f86..c4c04b2b 100644
--- a/src/components/settings_modal/helpers/attachment_setting.js
+++ b/src/components/settings_modal/helpers/attachment_setting.js
@@ -7,6 +7,7 @@ export default {
...Setting,
props: {
...Setting.props,
+ compact: Boolean,
acceptTypes: {
type: String,
required: false,