mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Use saved settings instead of local storage
noShadows, fast_ui_mode, avatar_style and hotswap_enabled are now using settings json instead of local storage.
This commit is contained in:
@ -84,6 +84,7 @@ import {
|
||||
context_presets,
|
||||
resetMovableStyles,
|
||||
forceCharacterEditorTokenize,
|
||||
applyPowerUserSettings,
|
||||
} from './scripts/power-user.js';
|
||||
|
||||
import {
|
||||
@ -6450,6 +6451,8 @@ export async function getSettings() {
|
||||
// Load power user settings
|
||||
await loadPowerUserSettings(settings, data);
|
||||
|
||||
applyPowerUserSettings();
|
||||
|
||||
// Load character tags
|
||||
loadTagsSettings(settings);
|
||||
|
||||
|
Reference in New Issue
Block a user