mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2024-12-22 02:48:33 +00:00
Update WSA support
This commit is contained in:
parent
80980c964c
commit
8cab28e1b4
@ -121,7 +121,8 @@ def main() -> None:
|
||||
processes = {
|
||||
key: (name, pid)
|
||||
for name, pid in core.enumerate_processes().items()
|
||||
for key in CDM_VENDOR_API.keys() if key in name or key.replace('-service', '-service-lazy') in name
|
||||
for key in CDM_VENDOR_API.keys()
|
||||
if key in name or key.replace('-service', '-service-lazy') in name
|
||||
}
|
||||
|
||||
if not processes:
|
||||
|
Loading…
Reference in New Issue
Block a user