Use the proper function for the update thread keybind.
This commit is contained in:
parent
f7c0f5a1e1
commit
90d36b1115
@ -937,7 +937,7 @@
|
||||
nav.prev();
|
||||
break;
|
||||
case conf.update:
|
||||
updater.update();
|
||||
updater.updateNow();
|
||||
break;
|
||||
case conf.watch:
|
||||
watcher.toggle(thread);
|
||||
|
||||
@ -665,7 +665,7 @@ keybinds =
|
||||
when conf.previousThread
|
||||
nav.prev()
|
||||
when conf.update
|
||||
updater.update()
|
||||
updater.updateNow()
|
||||
when conf.watch
|
||||
watcher.toggle thread
|
||||
when conf.hide
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user