Change the default image handler to collapse

ipad-testing
Noah 2023-08-16 22:40:17 -07:00
parent 74aa9527cc
commit 42fa0e0e7a
1 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,8 @@ const app = Vue.createApp({
[ "x4", "4x larger chat room text" ],
],
imageDisplaySettings: [
[ "", "Always show images in chat (default)" ],
[ "collapse", "Collapse images in chat (clicking to expand)" ],
[ "show", "Always show images in chat" ],
[ "collapse", "Collapse images in chat, clicking to expand (default)" ],
[ "hide", "Never show images shared in chat" ],
],
reportClassifications: [
@ -202,7 +202,7 @@ const app = Vue.createApp({
historyScrollbox: null,
autoscroll: true, // scroll to bottom on new messages
fontSizeClass: "", // font size magnification
imageDisplaySetting: "", // image show/hide setting
imageDisplaySetting: "collapse", // image show/hide setting
scrollback: 1000, // scrollback buffer (messages to keep per channel)
DMs: {},
messageReactions: {