Fix #179: add experimental setting to scale down or up UI size

This commit is contained in:
Drew Weymouth
2023-11-14 19:12:00 -08:00
parent 0318e89496
commit 2e223c6141
3 changed files with 22 additions and 0 deletions
+2
View File
@@ -45,6 +45,7 @@ type AppConfig struct {
// Experimental - may be removed in future
FontNormalTTF string
FontBoldTTF string
UIScaleSize string
}
type AlbumPageConfig struct {
@@ -145,6 +146,7 @@ func DefaultConfig(appVersionTag string) *Config {
SettingsTab: "General",
AllowMultiInstance: false,
MaxImageCacheSizeMB: 50,
UIScaleSize: "Normal",
},
AlbumPage: AlbumPageConfig{
TracklistColumns: []string{"Artist", "Time", "Plays", "Favorite", "Rating"},