add use system font config

This commit is contained in:
aynakeya
2025-06-14 23:57:59 +08:00
parent 82df68fa8a
commit da81d43584
3 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ type _GeneralConfig struct {
UseSystemPlaylist bool
FixedSize bool
EnableSMC bool // enable system media control
UseSystemFonts bool // using system fonts
}
@@ -30,4 +31,5 @@ var General = &_GeneralConfig{
UseSystemPlaylist: true,
FixedSize: true,
EnableSMC: true,
UseSystemFonts: true,
}

View File

@@ -1,6 +1,5 @@
- long text wrap in list
- went idle and insert new item race condition
- @3 fix handler execution (maybe priority)
- @4 list refresh
- @5 delete optimization
- race condition in RichText. i dont care fu