Skip to content

Commit 9e6d2ca

Browse files
electron version
1 parent 17f7617 commit 9e6d2ca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

info/dev/requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Made by Me
3939

4040
=======================================================
4141

42+
--> Criar sistema de alterar o tamanho da fonte do aplicativo (de 50% para 200%) (CSS zoom)
43+
4244
--> Adicionar opção para suporte de thumbs com parametros de animação.
4345
--> Fazer a opção para o app iniciar sozinho com o sistema operacional.
4446

@@ -58,8 +60,6 @@ Made by Me
5860
--> Opção de desativar ou ativar animação de emojis ou stickers
5961
(Também ser possível banir animação de usuários individualmente - limite de 600 itens por array) (Opçao alternativa de fazer a animação ser hover)
6062

61-
--> Criar sistema de alterar o tamanho da fonte do aplicativo
62-
6363
--> Tema https://github.com/catppuccin/cinny
6464

6565
--> Ajeitar sincronização quando uma DM é aberta pela primeira vez

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"buffer": "6.0.3",
119119
"cross-env": "7.0.3",
120120
"download-git-repo": "3.0.2",
121-
"electron": "^26.2.0",
121+
"electron": "^26.2.4",
122122
"electron-builder": "^24.6.4",
123123
"eslint": "8.49.0",
124124
"eslint-config-airbnb": "19.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,10 +2872,10 @@ electron-updater@6.1.4:
28722872
semver "^7.3.8"
28732873
tiny-typed-emitter "^2.1.0"
28742874

2875-
electron@^26.2.0:
2876-
version "26.2.1"
2877-
resolved "https://registry.yarnpkg.com/electron/-/electron-26.2.1.tgz#2ef86c03d9753647622bb9a53c4213fb290e5eac"
2878-
integrity sha512-SNT24Cf/wRvfcFZQoERXjzswUlg5ouqhIuA2t9x2L7VdTn+2Jbs0QXRtOfzcnOV/raVMz3e8ICyaU2GGeciKLg==
2875+
electron@^26.2.4:
2876+
version "26.2.4"
2877+
resolved "https://registry.yarnpkg.com/electron/-/electron-26.2.4.tgz#36616b2386b083c13ae9188f2d8ccf233c23404a"
2878+
integrity sha512-weMUSMyDho5E0DPQ3breba3D96IxwNvtYHjMd/4/wNN3BdI5s3+0orNnPVGJFcLhSvKoxuKUqdVonUocBPwlQA==
28792879
dependencies:
28802880
"@electron/get" "^2.0.0"
28812881
"@types/node" "^18.11.18"

0 commit comments

Comments
 (0)