mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-04-30 07:50:31 +02:00
Fixed #59
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ def setup():
|
||||
def donation():
|
||||
dlg = commonMessageDialogs.donation()
|
||||
if dlg == widgetUtils.YES:
|
||||
webbrowser.open_new_tab("http://twblue.es/donate")
|
||||
webbrowser.open_new_tab("http://twblue.es/?q=donate")
|
||||
config.app["app-settings"]["donation_dialog_displayed"] = True
|
||||
|
||||
setup()
|
||||
|
||||
Reference in New Issue
Block a user