feature: try to enable DBus file picker on Linux platforms (#289)

This commit is contained in:
leo 2024-08-14 16:09:55 +08:00
parent f5d4f61c8a
commit db40a3f368
No known key found for this signature in database

View file

@ -47,9 +47,6 @@ namespace SourceGit.Native
{ {
EnableIme = true, EnableIme = true,
}); });
// Free-desktop file picker has an extra black background panel.
builder.UseManagedSystemDialogs();
} }
public string FindGitExecutable() public string FindGitExecutable()