7 lines
95 B
Python
7 lines
95 B
Python
"""Change application icon"""
|
|
priority = 0
|
|
|
|
|
|
def apply(config: dict) -> bool:
|
|
return False
|