Remove the keyboard shortcut setting
This commit is contained in:
parent
6f13989819
commit
4114622d44
3 changed files with 0 additions and 27 deletions
|
|
@ -98,9 +98,6 @@ export const useOptInAnalytics = (): DisableableSetting<boolean | null> => {
|
|||
return [false, null];
|
||||
};
|
||||
|
||||
export const useKeyboardShortcuts = () =>
|
||||
useSetting("keyboard-shortcuts", true);
|
||||
|
||||
export const useNewGrid = () => useSetting("new-grid", false);
|
||||
|
||||
export const useDeveloperSettingsTab = () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue