completed dropbox backup in backup manager
diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js
index 1d8a5ba..e970a60 100644
--- a/setup/page/setup/setup.js
+++ b/setup/page/setup/setup.js
@@ -186,19 +186,19 @@
 			},
 		]
 	},
-	// {
-	// 	title: wn._("Backups"),
-	// 	icon: "icon-cloud-upload",
-	// 	right: true,
-	// 	items: [
-	// 		{
-	// 			"route":"Form/Backup Manager",
-	// 			doctype:"Backup Manager",
-	// 			label: wn._("Backup Manager"),
-	// 			"description":wn._("Sync backups with remote tools like Dropbox etc.")
-	// 		},
-	// 	]
-	// },
+	{
+		title: wn._("Backups"),
+		icon: "icon-cloud-upload",
+		right: true,
+		items: [
+			{
+				"route":"Form/Backup Manager",
+				doctype:"Backup Manager",
+				label: wn._("Backup Manager"),
+				"description":wn._("Sync backups with remote tools like Dropbox etc.")
+			},
+		]
+	},
 ]
 
 pscript['onload_Setup'] = function(wrapper) {