Properly center import chat button. Reload chat on markdown fixer toggle

This commit is contained in:
SillyLossy
2023-05-01 20:45:11 +03:00
parent 3e69c5142f
commit 0a71ff030e
2 changed files with 2 additions and 0 deletions

View File

@ -705,6 +705,7 @@ $(document).ready(() => {
$('#auto_fix_generated_markdown').on('input', function () {
power_user.auto_fix_generated_markdown = !!$(this).prop('checked');
reloadCurrentChat();
saveSettingsDebounced();
});