Пример #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
def add_client_options(parser):
    from xpra.platform import add_notray_option
    add_notray_option(parser, ", this will also disable notifications!")
Пример #3
0
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)