mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-05-12 02:25:00 +08:00
add use system font config
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Submodule pkg/miaosic updated: 6a9b5d60c3...2f4249951a
Reference in New Issue
Block a user