Fix via_ipc typo.
This commit is contained in:
parent
2b10adfad7
commit
ca22ed02e6
@ -345,7 +345,7 @@ class Application(QApplication):
|
|||||||
via_ipc: Whether the arguments were transmitted over IPC.
|
via_ipc: Whether the arguments were transmitted over IPC.
|
||||||
cwd: The cwd to use for fuzzy_url.
|
cwd: The cwd to use for fuzzy_url.
|
||||||
"""
|
"""
|
||||||
if ipc and not args:
|
if via_ipc and not args:
|
||||||
win_id = self._get_window(via_ipc, force_window=True)
|
win_id = self._get_window(via_ipc, force_window=True)
|
||||||
self._open_startpage(win_id)
|
self._open_startpage(win_id)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user