Skip to content

Commit

Permalink
Merge pull request #186 from torikulhabib/master
Browse files Browse the repository at this point in the history
Update Preferences.vala
  • Loading branch information
torikulhabib authored Aug 23, 2022
2 parents 499aae9 + addf550 commit 4427cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Preferences.vala
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ namespace Gabut {
value = double.parse (pharse_options (pack_data, AriaOptions.BT_MAX_OPEN_FILES))
};

var maxpeers = new Gtk.SpinButton.with_range (0, 100, 1) {
var maxpeers = new Gtk.SpinButton.with_range (0, 200, 1) {
width_request = 220,
hexpand = true,
value = double.parse (pharse_options (pack_data, AriaOptions.BT_MAX_PEERS))
Expand Down

0 comments on commit 4427cd3

Please sign in to comment.