aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-electron_shell_browser_ui_file__dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-electron_shell_browser_ui_file__dialog.h')
-rw-r--r--devel/electron35/files/patch-electron_shell_browser_ui_file__dialog.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-electron_shell_browser_ui_file__dialog.h b/devel/electron35/files/patch-electron_shell_browser_ui_file__dialog.h
deleted file mode 100644
index 6fe45f01b557..000000000000
--- a/devel/electron35/files/patch-electron_shell_browser_ui_file__dialog.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- electron/shell/browser/ui/file_dialog.h.orig 2025-06-25 20:51:20 UTC
-+++ electron/shell/browser/ui/file_dialog.h
-@@ -79,7 +79,7 @@ void ShowSaveDialog(const DialogSettings& settings,
- void ShowSaveDialog(const DialogSettings& settings,
- gin_helper::Promise<gin_helper::Dictionary> promise);
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // Rewrite of SelectFileDialogLinuxPortal equivalent functions with primary
- // difference being that dbus_thread_linux::GetSharedSessionBus is not used
- // so that version detection can be initiated and compeleted on the dbus thread