From db40a3f36875bbf5645b088bfbe197c4d488cd9b Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 14 Aug 2024 16:09:55 +0800 Subject: [PATCH] feature: try to enable DBus file picker on Linux platforms (#289) --- src/Native/Linux.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Native/Linux.cs b/src/Native/Linux.cs index dbcd43aa..02c4bb37 100644 --- a/src/Native/Linux.cs +++ b/src/Native/Linux.cs @@ -47,9 +47,6 @@ namespace SourceGit.Native { EnableIme = true, }); - - // Free-desktop file picker has an extra black background panel. - builder.UseManagedSystemDialogs(); } public string FindGitExecutable()