mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move default QR and MovingUI to content manager
This commit is contained in:
@ -163,6 +163,10 @@ function getTargetByType(type) {
|
||||
return DIRECTORIES.instruct;
|
||||
case 'context':
|
||||
return DIRECTORIES.context;
|
||||
case 'moving_ui':
|
||||
return DIRECTORIES.movingUI;
|
||||
case 'quick_replies':
|
||||
return DIRECTORIES.quickreplies;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user