remove vestiges of fart mode
This commit is contained in:
parent
1018cf3412
commit
51ef10d7c3
4 changed files with 2 additions and 18 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue