Refactor Apperance advanced features to not rely on tooltips.

This commit is contained in:
Half-Shot
2025-02-14 17:26:11 +00:00
parent d82029d0c1
commit 9cb55970d3
3 changed files with 7 additions and 9 deletions

View File

@@ -905,6 +905,10 @@ export const SETTINGS: Settings = {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
default: false,
displayName: _td("settings|appearance|custom_font"),
description: () =>
_t("settings|appearance|custom_font_description", {
brand: SdkConfig.get().brand,
}),
controller: new SystemFontController(),
},
"systemFont": {