ChrisAnd1998 / TaskbarXI

An application written in C++ to modify the Windows 11 Taskbar.
https://chrisandriessen.nl/
GNU General Public License v3.0
1.55k stars 161 forks source link

small QoL improvments #29

Closed HerXayah closed 2 years ago

ChrisAnd1998 commented 2 years ago

Thank you! Much appreciated :)

// Didnt want to add this, but allocating both R and L Mouse Buttons would be less confusing for now no? It's better indeed! I have added the message box on right click too.

HerXayah commented 2 years ago

Thank you! Much appreciated :)

// Didnt want to add this, but allocating both R and L Mouse Buttons would be less confusing for now no? It's better indeed! I have added the message box on right click too.

When i tried it errored me saying theres some } missing and i was like wtf :D I tried to refractor it a bit bc this is kiiiiiiinda unreadable if you want to make it pretty :D

ChrisAnd1998 commented 2 years ago

Haha well, it is kinda tricky with those open and closing tags XD. The code is a bit messy right now but I will definitely clean that up in the future ;)