Remove a pref regarding auto adding in queue thinking it was from the core's previous AutoAdd. Re-Added.

This commit is contained in:
Pedro Algarvio 2011-04-27 19:42:54 +01:00
parent f41f6ad46a
commit 18b27d4b49

View File

@ -135,6 +135,7 @@ DEFAULT_PREFS = {
"autoconnect": False, "autoconnect": False,
"autoconnect_host_id": None, "autoconnect_host_id": None,
"autostart_localhost": False, "autostart_localhost": False,
"autoadd_queued": False,
"choose_directory_dialog_path": deluge.common.get_default_download_dir(), "choose_directory_dialog_path": deluge.common.get_default_download_dir(),
"show_new_releases": True, "show_new_releases": True,
"signal_port": 40000, "signal_port": 40000,