;;)
parent
1d5fe74d80
commit
662f9c3b70
|
@ -1652,7 +1652,8 @@ class ActionBox(urwid.ListBox):
|
|||
elif key == "~":
|
||||
# sssssshhhhhhhh
|
||||
app.loop.stop()
|
||||
run("sl", shell=True)
|
||||
try: run("sl", shell=True)
|
||||
except: pass
|
||||
app.loop.start()
|
||||
|
||||
elif app.mode == "thread" and not app.window_split and not overlay:
|
||||
|
|
Loading…
Reference in New Issue