Introduce account preferences to remember user's previous location (#4126)
This commit is contained in:
@@ -6,6 +6,7 @@ import ContextMenu from "~/components/ContextMenu";
|
||||
import Template from "~/components/ContextMenu/Template";
|
||||
import {
|
||||
navigateToProfileSettings,
|
||||
navigateToAccountPreferences,
|
||||
openKeyboardShortcuts,
|
||||
openChangelog,
|
||||
openAPIDocumentation,
|
||||
@@ -44,6 +45,7 @@ const AccountMenu: React.FC = ({ children }) => {
|
||||
openBugReportUrl,
|
||||
changeTheme,
|
||||
navigateToProfileSettings,
|
||||
navigateToAccountPreferences,
|
||||
separator(),
|
||||
logout,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user