mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-09 10:03:40 +00:00
4 lines
61 B
Python
4 lines
61 B
Python
|
import os
|
||
|
|
||
|
os.environ['GTK_CSD'] = os.getenv('GTK_CSD', '0')
|