From 42fa0e0e7ae8571e5aefe78c0682a054ca4374ff Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 16 Aug 2023 22:40:17 -0700 Subject: [PATCH] Change the default image handler to collapse --- web/static/js/BareRTC.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/static/js/BareRTC.js b/web/static/js/BareRTC.js index 28d2a18..3b59786 100644 --- a/web/static/js/BareRTC.js +++ b/web/static/js/BareRTC.js @@ -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: {