expandImage, singular
This commit is contained in:
parent
2b62ce1231
commit
a77191821b
@ -169,7 +169,7 @@
|
||||
expandThread: ['e', 'Expand thread'],
|
||||
watch: ['w', 'Watch thread'],
|
||||
hide: ['x', 'Hide thread'],
|
||||
expandImages: ['m', 'Expand selected image'],
|
||||
expandImage: ['m', 'Expand selected image'],
|
||||
expandAllImages: ['M', 'Expand all images'],
|
||||
update: ['u', 'Update now'],
|
||||
unreadCountTo0: ['z', 'Reset unread status']
|
||||
@ -933,7 +933,7 @@
|
||||
case conf.expandThread:
|
||||
expandThread.toggle(thread);
|
||||
break;
|
||||
case conf.expandImages:
|
||||
case conf.expandImage:
|
||||
keybinds.img(thread);
|
||||
break;
|
||||
case conf.nextThread:
|
||||
|
||||
@ -98,7 +98,7 @@ config =
|
||||
expandThread: ['e', 'Expand thread']
|
||||
watch: ['w', 'Watch thread']
|
||||
hide: ['x', 'Hide thread']
|
||||
expandImages: ['m', 'Expand selected image']
|
||||
expandImage: ['m', 'Expand selected image']
|
||||
expandAllImages: ['M', 'Expand all images']
|
||||
update: ['u', 'Update now']
|
||||
unreadCountTo0: ['z', 'Reset unread status']
|
||||
@ -699,7 +699,7 @@ keybinds =
|
||||
keybinds.open thread
|
||||
when conf.expandThread
|
||||
expandThread.toggle thread
|
||||
when conf.expandImages
|
||||
when conf.expandImage
|
||||
keybinds.img thread
|
||||
when conf.nextThread
|
||||
return if g.REPLY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user