hotfix: change the value shown on Windows for the WM

This commit is contained in:
Muhammad Nauman Raza 2024-03-24 20:28:50 +00:00
parent 3367dcd576
commit 415139d207
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -45,7 +45,7 @@ fn main() {
let wm: String;
if cfg!(windows) {
wm = "Aero".to_string();
wm = "DWM".to_string();
} else if cfg!(unix) {
let xdg_current_desktop = var("XDG_CURRENT_DESKTOP");
let desktop = desktop_env().to_string();