mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(gtk) by default, disable the `peer status' column
This commit is contained in:
parent
f825cea407
commit
73bd6967fe
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ static GtkWidget* peer_page_new ( TrTorrent * gtor )
|
|||
PEER_COL_IS_ENCRYPTED,
|
||||
PEER_COL_UPLOAD_RATE,
|
||||
PEER_COL_DOWNLOAD_RATE
|
||||
#if 1
|
||||
#if 0
|
||||
, PEER_COL_STATUS
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue