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