diff options
Diffstat (limited to 'devel/electron33/files/patch-electron_shell_common_platform__util.h')
-rw-r--r-- | devel/electron33/files/patch-electron_shell_common_platform__util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-electron_shell_common_platform__util.h b/devel/electron33/files/patch-electron_shell_common_platform__util.h deleted file mode 100644 index ab0d33da03d6..000000000000 --- a/devel/electron33/files/patch-electron_shell_common_platform__util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/shell/common/platform_util.h.orig 2024-02-21 16:26:48 UTC -+++ electron/shell/common/platform_util.h -@@ -56,7 +56,7 @@ bool SetLoginItemEnabled(const std::string& type, - bool enabled); - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Returns a success flag. - // Unlike libgtkui, does *not* use "chromium-browser.desktop" as a fallback. - bool GetDesktopName(std::string* setme); |