From 3bd4ee6968e866ad13694693027d8f6a684ca4db Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 19 Feb 2020 20:02:31 +0000 Subject: Add atom 1.44.0, hackable text editor for the 21st century. Many thanks to the maintainer Hiroki for his very appreciated work on it. --- editors/atom/files/patch-src_config-schema.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 editors/atom/files/patch-src_config-schema.js (limited to 'editors/atom/files/patch-src_config-schema.js') diff --git a/editors/atom/files/patch-src_config-schema.js b/editors/atom/files/patch-src_config-schema.js new file mode 100644 index 000000000000..06ca6dd907ca --- /dev/null +++ b/editors/atom/files/patch-src_config-schema.js @@ -0,0 +1,17 @@ +--- src/config-schema.js.orig 2019-10-21 17:33:40 UTC ++++ src/config-schema.js +@@ -614,12 +614,12 @@ const configSchema = { + } + }; + +-if (['win32', 'linux'].includes(process.platform)) { ++if (['win32', 'linux', 'freebsd'].includes(process.platform)) { + configSchema.core.properties.autoHideMenuBar = { + type: 'boolean', + default: false, + description: +- 'Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux.' ++ 'Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows, Linux & FreeBSD.' + }; + } + -- cgit v1.2.3