feat: Delete image swipes at once or one by one

This commit is contained in:
Cohee
2025-02-08 22:55:38 +02:00
parent 0bf18e7413
commit a2cfcd4ca6
2 changed files with 52 additions and 8 deletions

View File

@@ -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,
};
/**