TranslucentTB / TranslucentTB

A lightweight utility that makes the Windows taskbar translucent/transparent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: After restarting the explorer twice within 30 seconds, the program closes

Eject37 opened this issue · comments

Please check for a duplicate first

  • I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue.

Steps to reproduce the issue

After restarting the explorer twice within 30 seconds, the program closes.

Expected results

.

Actual results

.

Windows version

Windows 11 Insider builds (builds 22623 and up). Please mention exact build.

Other details

Please add an option to turn this off, I restart Explorer often and it drives me crazy. Thank you.

Relevant log output

No response

Since this is a safety measure to prevent people from getting into crash loops, I would prefer not to add a way for users to disable it, so that users don't end up mistakenly getting themselves trapped into said crash loops.

If you know that you will restart Explorer twice in quick succession, you can close TTB beforehand and start it again after.

Since this is a safety measure to prevent people from getting into crash loops, I would prefer not to add a way for users to disable it, so that users don't end up mistakenly getting themselves trapped into said crash loops.

If you know that you will restart Explorer twice in quick succession, you can close TTB beforehand and start it again after.

This is the only reason why I cannot use this application, for my work I need to restart the explorer very often and this prevents it from working normally, it would be great to add such a hidden option to turn off this behavior.

Or please tell me how I can do this myself in code, I removed the closing of the program in the code and compiled it, but after the second restart of the explorer it displays the error: Failed to initialize XAML diagnostics

I would also like to be able to disable the auto-quit feature.

I use 3 monitors: sometimes just one of them, sometimes, the other 2.
The only way to position the (vertical) taskbar to the right of the secondary screen is by writing a registry value and then restarting Explorer.

I think it would be reasonable to put this feature under 'Advanced'. If you are worried about users accidentally turning it on, a disclaimer and confirmation dialog can be added.
It could even be a 'hidden' option in the settings file, not present by default:

  ...
  "disable_auto_quit": true
}