mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix exit from systray (#4337)
This commit is contained in:
@@ -23,7 +23,7 @@ type FaviconProvider interface {
|
||||
|
||||
// Start starts the desktop icon process. It blocks until the process exits.
|
||||
// MUST be run on the main goroutine or will have no effect on macOS
|
||||
func Start(exit chan<- int, faviconProvider FaviconProvider) {
|
||||
func Start(exit chan int, faviconProvider FaviconProvider) {
|
||||
if IsDesktop() {
|
||||
hideConsole()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user