diff --git a/TODO b/TODO index 0b2da346e..352226839 100644 --- a/TODO +++ b/TODO @@ -46,6 +46,7 @@ - Display in torrent addition dialog: * free disk space on selected drive * free disk space after torrent download (and/or torrent size) +- Start minimized option in program preferences - Allow to change action on double-click -> in download list -> in seeding list diff --git a/src/GUI.cpp b/src/GUI.cpp index 934096980..a1e38947a 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -47,7 +47,6 @@ #include "allocationDlg.h" using namespace libtorrent; -namespace fs = boost::filesystem; /***************************************************** * *