feat(stackbar): allow custom font family and size config

This commit introduces two new static configuration options under stackbar.tabs, font_size and
font_family.

re #909 #885
This commit is contained in:
LGUG2Z
2024-07-10 10:19:14 -07:00
parent 6eb6129618
commit 9fb6f8ebcd
6 changed files with 60 additions and 3 deletions

View File

@@ -41,5 +41,6 @@ features = [
"Win32_UI_Shell",
"Win32_UI_Shell_Common",
"Win32_UI_WindowsAndMessaging",
"Win32_System_SystemServices"
"Win32_System_SystemServices",
"Win32_System_WindowsProgramming"
]