1
0
Fork 0

For #11294 - Enable Synced Tabs for all builds

master
ekager 2020-06-26 17:56:27 -04:00 committed by Emily Kager
parent 2cbd969e34
commit df49db6adb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ object FeatureFlags {
/** /**
* Enable tab sync feature * Enable tab sync feature
*/ */
val syncedTabs = Config.channel.isNightlyOrDebug const val syncedTabs = true
/** /**
* Enables new tab tray pref * Enables new tab tray pref