Skip to content

Commit

Permalink
Forma¬t changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Sep 9, 2024
1 parent 46401e0 commit 86a5a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/miral/launch_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ auto miral::launch_app_env(
}
else
{
unsetenv("WAYLAND_DISPLAY");
application_environment.unsetenv("WAYLAND_DISPLAY");
}

if (x11_display)
Expand All @@ -130,7 +130,7 @@ auto miral::launch_app_env(
}
else
{
unsetenv("DISPLAY");
application_environment.unsetenv("DISPLAY");
}

auto const exec_env = application_environment.exec_env();
Expand Down

0 comments on commit 86a5a63

Please sign in to comment.