mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Enable "reset to commit" in beta builds
This commit is contained in:
parent
bedcb73ec3
commit
ef71ab0334
1 changed files with 1 additions and 1 deletions
|
@ -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? */
|
||||
|
|
Loading…
Reference in a new issue