Commit Graph
4 Commits
Author SHA1 Message Date
Valentin Radu 7cc02b72d4 Option to disable rounded corners for windows 2022-01-21 13:06:46 +02:00
Valentin Radu b2ac6991c2 Update to .30 2021-10-15 13:50:52 +03:00
Valentin Radu c42bd8c3af Support for Microsoft Detours library
* Added support for hooking functions using the Microsoft Detours
  library; this, in theory, means that the application can now at
  least compile just fine on ARM64; although that is the case, it
  currently does not support dynamically patching CTray::Init as I
  have yet to come up with assembly to do that. Also, it is
  uterly untested on ARM64 as I do not have a machine to test on.
* Removed x86 support, compilation targets are now only amd64 and
  ARM64
2021-09-03 00:04:53 +03:00
Valentin Radu dfaf1ee806 Functionality to bring back power menu (Win+X). 2021-08-12 02:30:09 +03:00