fart mode

This commit is contained in:
Aevann1 2022-04-12 19:29:52 +02:00
parent 6082c2dad5
commit ccacd78fa8
19 changed files with 69 additions and 22 deletions

View file

@ -175,6 +175,11 @@ ACTIONTYPES = {
"icon": 'fa-flag',
"color": 'bg-danger'
},
'disable_fart_mode': {
"str": 'disabled fart mode',
"icon": 'fa-gas-pump-slash',
"color": 'bg-danger'
},
'disable_signups': {
"str": 'disabled signups',
"icon": 'fa-users',
@ -210,6 +215,11 @@ ACTIONTYPES = {
"icon": 'fa-edit',
"color": 'bg-primary'
},
'enable_fart_mode': {
"str": 'enabled fart mode',
"icon": 'fa-gas-pump',
"color": 'bg-success'
},
'enable_signups': {
"str": 'enabled signups',
"icon": 'fa-users',