johnyhost / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Enhancement: add option "destination folder history elements" #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently - always six only.

=== cut ===
992: while cbDestFolder.Items.Count > 6 do
993:   cbDestFolder.Items.Delete(cbDestFolder.Items.Count - 1);
=== cut ===

Original issue reported on code.google.com by hserg%sk...@gtempaccount.com on 8 Jun 2009 at 6:49

GoogleCodeExporter commented 9 years ago
Dont want to add rarely used option. How many elements do you need?

Original comment by j...@cp-lab.com on 8 Jun 2009 at 6:58

GoogleCodeExporter commented 9 years ago
15-20. This may be ini-file key-value [w/o UI].

Original comment by hserg%sk...@gtempaccount.com on 8 Jun 2009 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 9 Jun 2009 at 2:19

GoogleCodeExporter commented 9 years ago
Added ini parameter MaxFoldersHistory to [Interface] section. r201.

Original comment by j...@cp-lab.com on 19 Jul 2009 at 12:04