Skip to content

Commit

Permalink
feat: enable WaylandWindowDecorations by default (electron#39582)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiddya authored Aug 24, 2023
1 parent 33e66b5 commit 33000c4
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 33000c4

Please sign in to comment.