mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Desktop integration (#2073)
* Open stash in system tray on Windows/MacOS * Add desktop notifications * MacOS Bundling * Add binary icon Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e48b2ba3e8
commit
0e514183a7
9
vendor/github.com/apenwarr/w32/create_process_constants.go
generated
vendored
Normal file
9
vendor/github.com/apenwarr/w32/create_process_constants.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package w32
|
||||
|
||||
const (
|
||||
WAIT_ABANDONED = 0x00000080
|
||||
WAIT_OBJECT_0 = 0x00000000
|
||||
WAIT_TIMEOUT = 0x00000102
|
||||
WAIT_FAILED = 0xFFFFFFFF
|
||||
INFINITE = 0xFFFFFFFF
|
||||
)
|
||||
Reference in New Issue
Block a user