From 894458668a0186183a6d11093e89661f6d16159d Mon Sep 17 00:00:00 2001 From: Abdalrzag Eisa Date: Sat, 6 Apr 2024 08:23:11 +0300 Subject: [PATCH] Add `
` to `Styles` and `Settings` --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 21a2f6dd..529db709 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,9 @@ spam filter's wrath: ### Styling +
+ Show all styles + #### CSS selectors | Selector | Description | @@ -257,6 +260,8 @@ Used in profile popup: | `.profile-badges` | Container for badges | | `.profile-badge` | | +
+ ### Settings Settings are configured (for now) by editing `abaddon.ini`. @@ -270,6 +275,9 @@ The format is similar to the standard Windows ini format **except**: This listing is organized by section. For example, memory_db would be set by adding `memory_db = true` under the line `[discord]` +
+ Show all settings + #### discord | Setting | Type | Default | Description | @@ -347,3 +355,5 @@ For example, memory_db would be set by adding `memory_db = true` under the line |------------------|------------------------------------------------------------------------------| | `ABADDON_NO_FC` | (Windows only) don't use custom font config | | `ABADDON_CONFIG` | change path of configuration file to use. relative to cwd or can be absolute | + +