mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix waifu mode setting migration
This commit is contained in:
@@ -614,6 +614,10 @@ function loadPowerUserSettings(settings, data) {
|
||||
power_user.chat_display = chat_styles.DEFAULT;
|
||||
}
|
||||
|
||||
if (power_user.waifuMode === '') {
|
||||
power_user.waifuMode = false;
|
||||
}
|
||||
|
||||
$('#trim_spaces').prop("checked", power_user.trim_spaces);
|
||||
$('#continue_on_send').prop("checked", power_user.continue_on_send);
|
||||
$('#auto_swipe').prop("checked", power_user.auto_swipe);
|
||||
|
Reference in New Issue
Block a user