Fix post hiding menu entries
This commit is contained in:
parent
8d0949a7af
commit
698ef0fa05
@ -186,8 +186,7 @@
|
||||
'Menu': {
|
||||
'Menu': [true, 'Add a drop-down menu to posts.'],
|
||||
'Report Link': [true, 'Add a report link to the menu.'],
|
||||
'Thread Hiding Link': [true, 'Add a link to hide entire threads.'],
|
||||
'Reply Hiding Link': [true, 'Add a link to hide single replies.'],
|
||||
'Post Hiding Link': [true, 'Add a link to hide posts.'],
|
||||
'Delete Link': [true, 'Add post and image deletion links to the menu.'],
|
||||
'Archive Link': [true, 'Add an archive link to the menu.']
|
||||
},
|
||||
|
||||
@ -162,8 +162,7 @@
|
||||
'Menu': {
|
||||
'Menu': [true, 'Add a drop-down menu to posts.'],
|
||||
'Report Link': [true, 'Add a report link to the menu.'],
|
||||
'Thread Hiding Link': [true, 'Add a link to hide entire threads.'],
|
||||
'Reply Hiding Link': [true, 'Add a link to hide single replies.'],
|
||||
'Post Hiding Link': [true, 'Add a link to hide posts.'],
|
||||
'Delete Link': [true, 'Add post and image deletion links to the menu.'],
|
||||
'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'],
|
||||
'Archive Link': [true, 'Add an archive link to the menu.']
|
||||
|
||||
@ -197,13 +197,9 @@ Config =
|
||||
true
|
||||
'Add a report link to the menu.'
|
||||
]
|
||||
'Thread Hiding Link': [
|
||||
'Post Hiding Link': [
|
||||
true
|
||||
'Add a link to hide entire threads.'
|
||||
]
|
||||
'Reply Hiding Link': [
|
||||
true
|
||||
'Add a link to hide single replies.'
|
||||
'Add a link to hide posts.'
|
||||
]
|
||||
'Delete Link': [
|
||||
true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user