mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Some bugfixes with regards to progress pride flag
This commit is contained in:
parent
b06fff649a
commit
343f664534
3 changed files with 6 additions and 5 deletions
|
@ -29,8 +29,10 @@ List of flags
|
|||
--------------------
|
||||
These flags are available:
|
||||
|
||||
* Orientations (sexual, romantic or other)
|
||||
* Broader community:
|
||||
* Gay/LGBTQ+ (rainbow flag)
|
||||
* Progress Pride
|
||||
* Orientations (sexual, romantic or other)
|
||||
* Lesbian
|
||||
* Vincian
|
||||
* Sexual orientations
|
||||
|
|
7
init.lua
7
init.lua
|
@ -34,10 +34,9 @@ local legacy_flag_list = {
|
|||
"genderfluid", "intersex", "polyamorous", "queer", "demigirl", "demiboy", "bigender", "trigender",
|
||||
}
|
||||
local flag_list = {
|
||||
-- rainbow flag / LGBT+ Pride flag / Gay Pride flag
|
||||
"rainbow",
|
||||
-- progress flag
|
||||
"progress",
|
||||
-- broader community
|
||||
"rainbow", -- rainbow flag / LGBTQ+ Pride flag / Gay Pride flag
|
||||
"progress", -- Progress Pride
|
||||
-- orientations (general)
|
||||
"lesbian", "vincian",
|
||||
-- sexual orientations
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Reference in a new issue