mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
feat: Delete image swipes at once or one by one
This commit is contained in:
@@ -24,6 +24,15 @@ export const POPUP_RESULT = {
|
||||
AFFIRMATIVE: 1,
|
||||
NEGATIVE: 0,
|
||||
CANCELLED: null,
|
||||
CUSTOM1: 1001,
|
||||
CUSTOM2: 1002,
|
||||
CUSTOM3: 1003,
|
||||
CUSTOM4: 1004,
|
||||
CUSTOM5: 1005,
|
||||
CUSTOM6: 1006,
|
||||
CUSTOM7: 1007,
|
||||
CUSTOM8: 1008,
|
||||
CUSTOM9: 1009,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user