Fix #63: add experimental support for setting custom app font

This commit is contained in:
Drew Weymouth
2023-04-21 18:19:45 -07:00
parent e7e77ee54c
commit 2f14a09cd8
5 changed files with 142 additions and 8 deletions
+4
View File
@@ -27,6 +27,10 @@ type AppConfig struct {
LastCheckedVersion string
EnableSystemTray bool
CloseToSystemTray bool
// Experimental - may be removed in future
FontNormalTTF string
FontBoldTTF string
}
type AlbumPageConfig struct {