fix(gui): unify qt theme

This commit is contained in:
514fpv 2024-01-07 14:47:25 +08:00
parent 344dc2c5f3
commit ed9c918873
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;
}