remove vestiges of fart mode

This commit is contained in:
justcool393 2022-11-07 03:30:31 -06:00
parent 1018cf3412
commit 51ef10d7c3
4 changed files with 2 additions and 18 deletions

View file

@ -189,11 +189,6 @@ ACTIONTYPES = {
"icon": 'fa-robot',
"color": 'bg-danger'
},
'disabled_Fart_mode': {
"str": 'disabled fart mode',
"icon": 'fa-gas-pump-slash',
"color": 'bg-danger'
},
'disabled_FilterNewPosts': {
"str": 'disabled filter new posts',
"icon": 'fa-filter',
@ -239,11 +234,6 @@ ACTIONTYPES = {
"icon": 'fa-robot',
"color": 'bg-success'
},
'enabled_Fart_mode': {
"str": 'enabled fart mode',
"icon": 'fa-gas-pump',
"color": 'bg-success'
},
'enabled_FilterNewPosts': {
"str": 'enabled filter new posts',
"icon": 'fa-filter',
@ -424,7 +414,6 @@ ACTIONTYPES = {
"icon": 'fa-eye',
"color": 'bg-success'
},
'fallback': {
"str": 'unfamiliar action type, please report',
"icon": 'fa-robot',