chore: 'Aero' instead of 'DWM' for Windows
This commit is contained in:
parent
6d59699b97
commit
fd16c194e6
|
@ -57,7 +57,7 @@ fn main() {
|
|||
let wm: String;
|
||||
|
||||
if cfg!(windows) {
|
||||
wm = "DWM".to_string();
|
||||
wm = "Aero".to_string();
|
||||
} else if cfg!(unix) {
|
||||
let xdg_current_desktop = var("XDG_CURRENT_DESKTOP");
|
||||
let desktop = desktop_env().to_string();
|
||||
|
|
Loading…
Reference in a new issue