Skip to content

Commit 73fe71c

Browse files
committed
Error GUI: Point to this repo instead of dead upstream for bug reports
1 parent bd332fe commit 73fe71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scc/gui/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""SC Controller - App.
1+
"""SC Controller - App
22
33
Main application window
44
"""
@@ -1087,7 +1087,7 @@ def on_daemon_error(self, daemon, error):
10871087
msg += "\n" + _("Another application (most likely Steam) is using the controller.")
10881088
elif "CANT_SUMMON_THE_DAEMON" in error:
10891089
msg += "\n" + _("Background process responsible for emulation is not starting.\n\nTry executing \"scc-daemon debug\" in terminal window to check for any errors"
1090-
"\nor <a href='https://github.com/kozec/sc-controller/issues'>open issue on GitHub</a> and copy output there.")
1090+
"\nor <a href='https://github.com/C0rn3j/sc-controller/issues'>open issue on GitHub</a> and copy output there.")
10911091
elif "LIBUSB_ERROR_PIPE" in error:
10921092
msg += "\n" + _("USB dongle was removed.")
10931093
elif "Failed to create uinput device." in error:

0 commit comments

Comments
 (0)