make add account from key visible

Daniel Gultsch created

Change summary

src/main/res/menu/manageaccounts.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/menu/manageaccounts.xml 🔗

@@ -11,7 +11,7 @@
 		android:showAsAction="never"
 		android:icon="?attr/icon_add_person"
 		android:title="@string/action_add_account_from_key"
-		android:visible="false"/>
+		android:visible="true"/>
 	<item
 		android:id="@+id/action_enable_all"
 		android:title="@string/enable_all_accounts"/>