Skip to content

Disable Virtual Desktop Transition Animation v1.0 #856

Disable Virtual Desktop Transition Animation v1.0

Disable Virtual Desktop Transition Animation v1.0 #856

Triggered via pull request December 3, 2024 02:02
Status Failure
Total duration 18s
Artifacts

pr_validation.yml

on: pull_request
Test changed files
7s
Test changed files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Test changed files
Process completed with exit code 1.
Test changed files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test changed files: mods/disable-virtual-desktop-transition.wh.cpp#L172
Please rename the symbol hooks variable to indicate the target module. Examples (can end with "hook" or "hooks"): * user32DllHooks * user32dll_hooks * user32_dll_hooks If the target module name can't be represented by a variable name, or if there is more than one target module, add all target modules in a comment above the symbol hooks variable, separated with commas. Example: // explorer.exe, taskbar.dll WindhawkUtils::SYMBOL_HOOK hooks[] = {...};