예제 #1
0
def add_client_options(parser):
    from xpra.platform import add_notray_option
    add_notray_option(parser, ", this will also disable notifications!")
예제 #2
0
파일: __init__.py 프로젝트: svn2github/Xpra
def add_client_options(parser):
    from xpra.platform import add_notray_option
    add_notray_option(parser, ", this will also disable notifications!")
예제 #3
0
파일: __init__.py 프로젝트: jmesmon/xpra
def add_client_options(parser):
    from xpra.platform import add_notray_option
    add_notray_option(parser)
예제 #4
0
def add_client_options(parser):
    from xpra.platform import add_notray_option, add_delaytray_option
    add_notray_option(parser)
    add_delaytray_option(parser)