diff options
| author | Fuwn <[email protected]> | 2024-02-11 12:35:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-11 12:35:56 -0800 |
| commit | f9f7dcc8eb86e58af04adacd797f6de69a8816b9 (patch) | |
| tree | 9a1bbe4b46f1859087d802a262616b7107e12a6f /src/lib/Locale/layout.ts | |
| parent | refactor(tools): make descriptions dynamic (diff) | |
| download | due.moe-f9f7dcc8eb86e58af04adacd797f6de69a8816b9.tar.xz due.moe-f9f7dcc8eb86e58af04adacd797f6de69a8816b9.zip | |
feat(layout): profile dropdown
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 6194c4fc..5c32ceb3 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -17,6 +17,8 @@ export interface Locale { logOut: LocaleValue; schedule: LocaleValue; hololive: LocaleValue; + myProfile: LocaleValue; + myBadgeWall: LocaleValue; }; settings: { fields: { |