fix(gui): unify qt theme

This commit is contained in:
514fpv 2024-01-07 14:47:25 +08:00
parent 917004e17e
commit 31ec6306eb
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -21,5 +21,9 @@
name = "WhiteSur-dark";
};
# unify qt theme
qt.platformTheme = "gtk";
gtk.enable = true;
qt.enable = true;
}