1
0
Fork 0

Enable editing saved logins on all channels (#12841)

master
Elise Richards 2020-07-27 15:48:28 -05:00 committed by GitHub
parent 46f010f247
commit 52a9acf87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ object FeatureFlags {
/** /**
* Allows edit of saved logins. * Allows edit of saved logins.
*/ */
val loginsEdit = Config.channel.isNightlyOrDebug const val loginsEdit = true
/** /**
* Enable tab sync feature * Enable tab sync feature