-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PowerToys Run] Enabling PT Run from settings takes a few seconds to reflect in the json file #6676
Comments
Is the enable disable bug fixed in master yet? |
Not yet, but it's independent of that PR. |
Look at #6620 and see what the impact of that fix will have on this. |
#620 doesn't fix this, I first reproduced this while testing that PR, but found that it is present on master as well. |
Good to know, same area which is why I asked :) |
I'm going to put this into the current release as it is unclear why this is having the issue but others are not which makes me wonder if there is some type of bug |
@arjunbalgovind This issue is happening because |
if that is the case, this should be a super easy fix if it is a single line #famousLastWords |
Closing this as duplicate against #5860, since fixing that will also fix this issue. |
βΉ Computer information
π Provide detailed reproduction steps (if any)
βοΈ Expected result
What is the expected result of the above steps?
File gets updated immediately with "PowerToys Run":false.
β Actual result
What is the actual result of the above steps?
File takes a few seconds to get updated.
This bug seems to only occur for PT Run, and enabling works fine, its only disabling which has this delay. It seems like this happens because at the same time PowerLauncher.exe is loading, and it might be waiting for the load to complete for some reason. We should ideally ensure this update happens independently and isn't blocked by the update on PowerLauncher.
The end-user effect is that if a user disable PT Run and closes PT within 5 seconds the setting will not persist and PT Run will still be enabled on re-launching PT.
The text was updated successfully, but these errors were encountered: