You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improvements for loading filter DLL on Windows 10.
Option to show message box on startup that provides simple visual notification. INI value name: bShowStartupMBox=1. Note that this itself pauses the initialization and may crash the application.
Option to delay initialization of the DLL by time in milliseconds. INI value name: nInitDelayMs=4000 (eg.: 1000 stands for 1 second).
Removed GUI Manager from the project. Use the manager from older version or install manually.