Fix typo in hideChatAvatarsEnabled selector

0fd2b8055f2f49c7ffd7e887adddae0941924f69

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/power-user.js+1 -1
@@ -1521,7 +1521,7 @@ async function loadPowerUserSettings(settings, data) {
15211521 $('#messageTimestampsEnabled').prop('checked', power_user.timestamps_enabled);
15221522 $('#messageModelIconEnabled').prop('checked', power_user.timestamp_model_icon);
15231523 $('#mesIDDisplayEnabled').prop('checked', power_user.mesIDDisplay_enabled);
15241524 $('#hideChatAvatarsEndabledhideChatAvatarsEnabled').prop('checked', power_user.hideChatAvatars_enabled);
15251525 $('#prefer_character_prompt').prop('checked', power_user.prefer_character_prompt);
15261526 $('#prefer_character_jailbreak').prop('checked', power_user.prefer_character_jailbreak);
15271527 $('#enableZenSliders').prop('checked', power_user.enableZenSliders).trigger('input');