Change the default image handler to collapse

This commit is contained in:
Noah 2023-08-16 22:40:17 -07:00
parent 74aa9527cc
commit 42fa0e0e7a

View File

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