Skip to content

Commit

Permalink
feat: enable WaylandWindowDecorations by default (#39644)
Browse files Browse the repository at this point in the history
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Athul Iddya <athul@iddya.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
  • Loading branch information
3 people committed Aug 31, 2023
1 parent 43d0dcf commit d51a1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/browser/native_window_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#include "shell/browser/native_window_features.h"

namespace features {
const base::Feature kWaylandWindowDecorations{
"WaylandWindowDecorations", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kWaylandWindowDecorations{"WaylandWindowDecorations",
base::FEATURE_ENABLED_BY_DEFAULT};
}

0 comments on commit d51a1e4

Please sign in to comment.