Lej77

Results 27 comments of Lej77

@eythaann Unfortunately I didn't figure that out myself. I just used the same `IID`s as [Slion/VirtualDesktop: C# wrapper for the Virtual Desktop API on Windows 11.](https://github.com/Slion/VirtualDesktop). I also looked at...

I guess you want to check if the hardcoded `IID` matches the actually `IID` for the COM interfaces and return your `Err(UnsuportedWindowsVersion)` if that isn't the case? That could help...

@Ciantic I can understand that perspective but I disagree that the tradeoff isn't worth it. This is your library of course so I will just continue to maintain a fork...

For now at least it seems Windows 11 does offer a different function that uses animations when switching current virtual desktop. There are some [extra methods in the COM interface...

I have written [a GitHub action for my fork](https://github.com/Lej77/VirtualDesktopAccessor/blob/ced41475a7b68680bd2ab53ca276e2c8b636fc8f/.github/workflows/release.yml) that should work with only some small modifications. I think it should be enough to remove all instances of `--features multiple-windows-versions`...

Glad you liked the changes! I signed my own version of the app for private use so you don't have to hurry up a release for my sake. Still, it...

I started experimenting with some extra features on a new branch [`new-features`](https://github.com/Lej77/MicroPinner/tree/new-features), such as selecting the color of the notification and being able to select how notifications are grouped when...

Tree Style Tab seems to have changed how it handles `hidden` tabs. Previously it used CSS to hide them (which this extension could override) but now it seems to remove...

Okay, so now TST has a hidden option called `renderHiddenTabs` that allows showing hidden tabs in the sidebar. I should probably update the option page with this information.

I think the situation regarding the hidden tabs feature has gotten slightly better in version 6.17 of the addon: - The options page has been updated with more information about...