Added the ability to automatically scroll to active tabs

This commit is contained in:
2025-10-05 18:53:49 +08:00
parent d49ffc20df
commit b5d90cc59a
3 changed files with 47 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ func NewDefaultAppConfig() *AppConfig {
// 字体设置
FontSize: 13,
FontFamily: `"HarmonyOS"`,
FontWeight: "normal",
FontWeight: "400",
LineHeight: 1.5,
// Tab设置
EnableTabIndent: true,