mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
Fixed #59
This commit is contained in:
@@ -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