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