示例#1
0
def donation():
 dlg = commonMessageDialogs.donation()
 if dlg == widgetUtils.YES:
  webbrowser.open_new_tab("http://twblue.es/?q=donate")
示例#2
0
文件: main.py 项目: TWBlueQS/TWBlueQS
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