mirror of
https://github.com/lutris/lutris
synced 2024-11-02 13:31:16 +00:00
Remove unresponsive client error message
This commit is contained in:
parent
813b0f289c
commit
68baf8da4b
1 changed files with 0 additions and 8 deletions
|
@ -126,14 +126,6 @@ if type(lutris) is dbus.Interface:
|
|||
lutris.is_running()
|
||||
except dbus.exceptions.DBusException as e:
|
||||
logger.debug(e)
|
||||
q = dialogs.QuestionDialog(
|
||||
{'title': "Error",
|
||||
'question': ("Lutris is already running \n"
|
||||
"but seems unresponsive,\n"
|
||||
"do you want to restart it?")}
|
||||
)
|
||||
if q.result == Gtk.ResponseType.NO:
|
||||
exit()
|
||||
try:
|
||||
# Get existing process' PID
|
||||
dbus_proxy = bus.get_object('org.freedesktop.DBus',
|
||||
|
|
Loading…
Reference in a new issue