Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
ignore local flipper pin version by default
Browse files Browse the repository at this point in the history
Reviewed By: lblasa

Differential Revision: D54900051

fbshipit-source-id: e8d474cf98554f798c8b90c600b81e41fa6cf5fa
  • Loading branch information
antonk52 authored and facebook-github-bot committed Mar 14, 2024
1 parent d26cfd6 commit 488418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/flipper-server/src/utils/launcherSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function getLauncherSettingsFile(): string {

const defaultLauncherSettings: LauncherSettings = {
releaseChannel: ReleaseChannel.DEFAULT,
ignoreLocalPin: false,
ignoreLocalPin: true,
};

interface FormattedSettings {
Expand Down

0 comments on commit 488418c

Please sign in to comment.