add optional parameters, not just yes/no, to be implemented here:
|
def getuserconsent(message, title): |
and here:
|
def openurl(url, question, notify_opened, notify_copied): |
Consent needed for copy to clipboard, too – especially when using the script in any automated fashion.
add optional parameters, not just yes/no, to be implemented here:
getspace/lib/pyquestion/pyquestion.py
Line 15 in efafc94
and here:
getspace/lib/lib_link.py
Line 3 in efafc94
Consent needed for copy to clipboard, too – especially when using the script in any automated fashion.