diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-05 21:31:20 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-05 21:31:20 +0100 |
commit | 31f446540b9c9fa46cf87696be173a2366dcd957 (patch) | |
tree | 37d35ac402bdbbe06b603509c1bcb588dc8ef636 | |
parent | a77db7f4893ae7c4cffdb0b6392467bbe5773c98 (diff) |
betterdiscord update
-rw-r--r-- | .config/BetterDiscord/data/stable/settings.json | 14 | ||||
-rw-r--r-- | .local/share/applications/discord.desktop | 1 |
2 files changed, 12 insertions, 3 deletions
diff --git a/.config/BetterDiscord/data/stable/settings.json b/.config/BetterDiscord/data/stable/settings.json index 42a2be1..e50172b 100644 --- a/.config/BetterDiscord/data/stable/settings.json +++ b/.config/BetterDiscord/data/stable/settings.json @@ -3,12 +3,18 @@ "voiceDisconnect": false, "showToasts": true, "mediaKeys": false, - "bdContextMenu": true + "bdContextMenu": true, + "themeAttributes": true }, "addons": { "addonErrors": true, "editAction": "detached" }, + "store": { + "bdAddonStore": true, + "alwaysEnable": false, + "addonEmbeds": true + }, "customcss": { "customcss": true, "liveUpdate": true, @@ -25,7 +31,8 @@ "window": { "transparency": false, "removeMinimumSize": true, - "frame": false + "frame": false, + "inAppTrafficLights": false }, "developer": { "debugLogs": false, @@ -33,6 +40,7 @@ "debuggerHotkey": false, "reactDevTools": false, "inspectElement": false, - "devToolsWarning": false + "devToolsWarning": false, + "recovery": true } }
\ No newline at end of file diff --git a/.local/share/applications/discord.desktop b/.local/share/applications/discord.desktop index 676b330..403a457 100644 --- a/.local/share/applications/discord.desktop +++ b/.local/share/applications/discord.desktop @@ -7,3 +7,4 @@ Exec=discord Icon=discord Type=Application Categories=Network;InstantMessaging; +MimeType=x-scheme-handler/betterdiscord; |