Пример #1
0
def donation():
 dlg = commonMessageDialogs.donation()
 if dlg == widgetUtils.YES:
  webbrowser.open_new_tab("http://twblue.es/?q=donate")
Пример #2
0
def donation():
    dlg = commonMessageDialogs.donation()
    if dlg == widgetUtils.YES:
        webbrowser.open_new_tab("http://twblue.es/?q=donate")
    config.app["app-settings"]["donation_dialog_displayed"] = True
Пример #3
0
def donation():
    dlg = commonMessageDialogs.donation()
    if dlg == widgetUtils.YES:
        webbrowser.open_new_tab("http://n6.io/magenta/donate.htm")
    config.app["app-settings"]["donation_dialog_displayed"] = True