mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: enable WaylandWindowDecorations by default (#39645)
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>
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user