mirror of https://gitlab.com/bashrc2/epicyon
Invert logic
parent
63ea2a0f1d
commit
2c4e05b745
|
@ -636,7 +636,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
|
||||
currTimeline = ''
|
||||
currInboxIndex = 0
|
||||
if showNewPosts:
|
||||
if not showNewPosts:
|
||||
currInboxIndex = 0
|
||||
_showLocalBox('inbox',
|
||||
screenreader, systemLanguage, espeak,
|
||||
|
|
Loading…
Reference in New Issue