feat: enable WaylandWindowDecorations by default (#39582)
This commit is contained in:
parent
33e66b5cd0
commit
33000c4b42
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
||||||
#include "shell/browser/native_window_features.h"
|
#include "shell/browser/native_window_features.h"
|
||||||
|
|
||||||
namespace features {
|
namespace features {
|
||||||
const base::Feature kWaylandWindowDecorations{
|
const base::Feature kWaylandWindowDecorations{"WaylandWindowDecorations",
|
||||||
"WaylandWindowDecorations", base::FEATURE_DISABLED_BY_DEFAULT};
|
base::FEATURE_ENABLED_BY_DEFAULT};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue