Skip to content
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

[Feature] Option to turn off menu fading #310

Closed
vanjac opened this issue Feb 4, 2022 · 2 comments
Closed

[Feature] Option to turn off menu fading #310

vanjac opened this issue Feb 4, 2022 · 2 comments
Assignees
Milestone

Comments

@vanjac
Copy link

vanjac commented Feb 4, 2022

Based on #20 it seems like if I turn off "Fade or slide menus into view" under Windows Performance Options, this should also stop the SystemTrayMenu fade animations. But this doesn't seem to do anything, unless I'm misunderstanding how that feature is supposed to work. The menu fades are still there.

I already have "Time until menu opens" set to the lowest possible setting (20ms). Trying to get the menus to show up as fast as possible.

image

@Hofknecht
Copy link
Owner

Hofknecht commented Feb 4, 2022

@vanjac
addded some code that there is now a new option (only in code)

for testing you can change the code here that is returns UseFading false

public bool UseFading
        {
            get
            {
                //return ((bool)(this["UseFading"]));
                return false;
            }

especially via rdp disable the fading probably looks better.

I wanted to make an option for this on/off, but then we'll see if we can also read the option from windows

And for "Time until menu opens" i would still recommend 100ms,
since you often move the mouse briefly to another folder, it only indicates the time from when a new sub-folder will be opened.

@Hofknecht
Copy link
Owner

@vanjac
Added here a option 'Fading'
2022-02-04 23_40_47-Settings
with which you can now disable (default enabled/true) the behavior in 1.2.3.5

Did not found the related windows registry key and not sure sometimes read registry keys triggers virus defender so maybe it is fine like it is now

@Hofknecht Hofknecht added the FAQ label Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants