Fix missing styleName for kde6 (#6597)

This commit is contained in:
Ilise Leary
2025-03-10 14:35:47 -05:00
committed by GitHub
parent 3593ee59a4
commit 7fb8678716

View File

@@ -26,6 +26,7 @@ let
styleNames = {
gtk = "gtk2";
qtct = "qt5ct";
kde6 = "kde";
};
# Maps known lowercase style names to style packages. Non-exhaustive.