diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-19 23:22:34 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-19 23:22:34 +0200 |
commit | 715902dbed531566fdc8f74577dc0cbb52561e90 (patch) | |
tree | ce059a55ece7cf6b90c44da79300502c0ce7f6d6 /Vencord | |
parent | 85df4e4da41780818c80800b2d1f6b9fad79fc71 (diff) |
Updates including copilot usage (free with uni) and protonge newer alias version
Changes to be committed:
modified: Vencord/settings/settings.json
modified: nvim/init.vim
modified: zsh/aliases
Diffstat (limited to 'Vencord')
-rw-r--r-- | Vencord/settings/settings.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json index cfab248..beefbc6 100644 --- a/Vencord/settings/settings.json +++ b/Vencord/settings/settings.json @@ -108,7 +108,7 @@ "enabled": true }, "ColorSighted": { - "enabled": true + "enabled": false }, "ConsoleShortcuts": { "enabled": true @@ -218,7 +218,7 @@ "enabled": true }, "MessageClickActions": { - "enabled": true, + "enabled": false, "enableDeleteOnClick": true, "enableDoubleClickToEdit": true, "enableDoubleClickToReply": true, @@ -611,6 +611,9 @@ }, "NoTypingAnimation": { "enabled": false + }, + "SuperReactionTweaks": { + "enabled": false } }, "notifications": { @@ -623,6 +626,6 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1699431045702 + "settingsSyncVersion": 1699799026302 } }
\ No newline at end of file |