cmd/syncthing: Correct name of HiddenConsole flag (fixes #7446) (#7447)

This commit is contained in:
Simon Frei
2021-03-10 07:31:31 +01:00
committed by GitHub
parent 9587a523b3
commit 727df34aa1
3 changed files with 25 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
// Copyright (C) 2021 The Syncthing Authors.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build !windows
package main
type buildServeOptions struct {
HideConsole bool `hidden:""`
}