This commit is contained in:
2025-05-17 05:35:32 +03:00
parent dccc7d311f
commit 13a77762b6
11 changed files with 413 additions and 296 deletions

View File

@@ -164,6 +164,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
data: encryptData,
identifier: 'ext_saved_settings',
service: 'DOCUMENT_PRIVATE',
uploadType: 'base64',
})
.then((response) => {
if (!response?.error) {