Enable "reset to commit" in beta builds

This commit is contained in:
Sergio Padrino 2024-04-16 15:37:05 +02:00
parent bedcb73ec3
commit ef71ab0334

View file

@ -70,7 +70,7 @@ export function enableUpdateFromEmulatedX64ToARM64(): boolean {
/** Should we allow resetting to a previous commit? */
export function enableResetToCommit(): boolean {
return enableDevelopmentFeatures()
return enableBetaFeatures()
}
/** Should we allow checking out a single commit? */