Skip to content

Commit

Permalink
Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
madprops committed Feb 20, 2025
1 parent a0b5c58 commit 2f8d758
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ settings_default_text_effects: true
settings_default_auto_blur: false
settings_default_background_opacity: 0
settings_default_custom_css: ""
settings_default_automedia: true
settings_default_automedia: false
settings_default_short_urls: true
settings_default_grey_background: false
settings_default_radio_enabled: true
Expand Down
14 changes: 7 additions & 7 deletions public/static/assets/js/main/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,6 @@ App.build_user_settings = () => {
actions: () => {},
version: 1,
},
automedia: {
title: `Automedia`,
type: `checkbox`,
description: `Ask if media URLs pasted in the chat input should be used`,
actions: () => {},
version: 1,
},
show_link_previews: {
title: `Link Previews`,
type: `checkbox`,
Expand Down Expand Up @@ -366,6 +359,13 @@ App.build_user_settings = () => {
actions: () => {},
version: 1,
},
automedia: {
title: `Automedia`,
type: `checkbox`,
description: `Ask if media URLs pasted in the chat input should be used`,
actions: () => {},
version: 1,
},
text_glow: {
title: `Text Glow`,
type: `checkbox`,
Expand Down

0 comments on commit 2f8d758

Please sign in to comment.