remove shortcuts

Reviewed By: aigoncharov

Differential Revision: D51159922

fbshipit-source-id: fbb59b416f92b9156c74a12247da8d0df07f1a4e
This commit is contained in:
Anton Kastritskiy
2023-11-10 04:33:02 -08:00
committed by Facebook GitHub Bot
parent 04b4bf7bdf
commit d023bcc42e
6 changed files with 0 additions and 133 deletions

View File

@@ -29,13 +29,6 @@ export type Settings = {
*/
enablePrefetching: Tristate;
idbPath: string;
reactNative: {
shortcuts: {
enabled: boolean;
reload: string;
openDevMenu: string;
};
};
darkMode: 'dark' | 'light' | 'system';
showWelcomeAtStartup: boolean;
suppressPluginErrors: boolean;