ramensoftware / windhawk-mods

The official collection of Windhawk mods
222 stars 43 forks source link

[Taskbar Styler] Update 1.3.3 broke taskbar background styling #709

Closed ber-sma closed 1 month ago

ber-sma commented 1 month ago

An entry of the form:

does not work anymore. Taskbar background cannot be styles. Even though I have "None" selected as theme, I suspect this bug is related to the addition of the TranslucentTaskbar theme.

m417z commented 1 month ago

Please attach debug logs by following the instructions on the Troubleshooting page: https://github.com/ramensoftware/windhawk/wiki/Troubleshooting#some-or-all-windhawk-mods-dont-work

  • Disable the mod.
  • Go to the mod's Advanced tab.
  • Set Debug logging to Detailed debug logs.
  • Click on Show log output.
  • Enable the mod.
  • Verify that the mod doesn't work, copy the log and save it to a file.
  • Set Debug logging back to None.
ber-sma commented 1 month ago

Here is the log: taskbar-styler-1.3.3-no-background.txt And I confirm that the taskbar background still does not work (and did work before the 1.3.3 update, but I don't know which version I was on before that).

ber-sma commented 1 month ago

Also, maybe an interesting observation, on the secondary taskbar it works as expected.

m417z commented 1 month ago

I believe that I know what the problem is. I'll look into fixing it soon.

ber-sma commented 1 month ago

Can I downgrade the mod version somehow?

m417z commented 1 month ago

Yes, you can disable the current mod, then copy the code of a previous version from a link in the changelog. Then, create a new mod in Windhawk, paste the mod code and compile it.

ber-sma commented 1 month ago

Awesome! I went back to v1.3.2 and the bug is not present there - background styling works again.

m417z commented 1 month ago

I believe it's fixed now in Windows 11 Taskbar Styler v1.3.4, please try it to confirm.

ber-sma commented 1 month ago

I confirm this to be fixed in v1.3.4.

You, sir, are amazing!