Enable discard lines feature flag in prod

This commit is contained in:
Rafael Oleza 2020-06-23 09:50:50 +02:00
parent 8f3b6daa53
commit aa7b37a1ce
No known key found for this signature in database
GPG key ID: 559647D09ED485D1

View file

@ -130,5 +130,5 @@ export function enableForkSettings(): boolean {
* Should we show the discard lines/hunks context menu item?
*/
export function enableDiscardLines(): boolean {
return enableBetaFeatures()
return true
}