This commit is contained in:
2019-03-01 22:45:40 +01:00
parent 7df2fd66c3
commit 404cc8b985

View File

@@ -67,7 +67,7 @@ class Welcome(QtWidgets.QFrame):
title = QtWidgets.QLabel(_('photobooth'))
url = 'https://github.com/reuterbal/photobooth'
url = 'Barbara ❤ Norman'
link = QtWidgets.QLabel('<a href="{0}">{0}</a>'.format(url))
lay = QtWidgets.QVBoxLayout()