mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
90e02e8af8
commit
c608644db0
|
@ -672,7 +672,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
elif keyPress.startswith('show in'):
|
elif keyPress.startswith('show in'):
|
||||||
_showLocalBox('inbox', currInboxIndex, 10)
|
_showLocalBox('inbox', currInboxIndex, 10)
|
||||||
currTimeline = 'inbox'
|
currTimeline = 'inbox'
|
||||||
elif keyPress.startwith('next'):
|
elif keyPress.startswith('next'):
|
||||||
if currTimeline == 'dm':
|
if currTimeline == 'dm':
|
||||||
currDMIndex += 10
|
currDMIndex += 10
|
||||||
_showLocalBox('dm', currDMIndex, 10)
|
_showLocalBox('dm', currDMIndex, 10)
|
||||||
|
|
Loading…
Reference in New Issue