1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

enhance(frontend): ナビゲーションバーの副ボタンを非表示にできるように

This commit is contained in:
syuilo
2025-03-25 09:50:59 +09:00
parent 72734fe365
commit 26b2cfe518
6 changed files with 26 additions and 1 deletions

4
locales/index.d.ts vendored
View File

@@ -5610,6 +5610,10 @@ export interface Locale extends ILocale {
* 有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。
*/
"makeEveryTextElementsSelectable_description": string;
/**
* ナビゲーションバーに副ボタンを表示
*/
"showNavbarSubButtons": string;
};
"_preferencesProfile": {
/**