mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add generic popups with their own elements
This commit is contained in:
@@ -821,7 +821,7 @@ let create_save = {
|
||||
//animation right menu
|
||||
export const ANIMATION_DURATION_DEFAULT = 125;
|
||||
export let animation_duration = ANIMATION_DURATION_DEFAULT;
|
||||
let animation_easing = 'ease-in-out';
|
||||
export let animation_easing = 'ease-in-out';
|
||||
let popup_type = '';
|
||||
let chat_file_for_del = '';
|
||||
let online_status = 'no_connection';
|
||||
|
Reference in New Issue
Block a user