mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 18:30:34 +08:00
fix: disable native system menubar on macOS (#106)
This commit is contained in:
@@ -19,6 +19,12 @@ namespace SourceGit.Native
|
||||
{
|
||||
DefaultFamilyName = "PingFang SC",
|
||||
});
|
||||
|
||||
builder.With(new MacOSPlatformOptions()
|
||||
{
|
||||
DisableNativeMenus = true,
|
||||
DisableDefaultApplicationMenuItems = true,
|
||||
});
|
||||
}
|
||||
|
||||
public string FindGitExecutable()
|
||||
|
||||
Reference in New Issue
Block a user