moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.62k stars 121 forks source link

White border (can't change) #313

Closed ccelik97 closed 1 year ago

ccelik97 commented 1 year ago

I've been using this app (v1.8.1) for the last two weeks and it was all fine, working as it's shown on the screenshots etc.

Then, as far as I can tell, after I received a Nvidia GPU driver update today (536.99), the context menus suddenly started to show a white border around them as if I've enabled it in the config file myself. Example:

Screenshot 2023-08-09 145142

Info about my system:

I tried uninstalling the app completely, restarting the OS, then installing it again with the default configs too (using winget). It's the same as far as this white border thing is concerned.

This is the theme section of my shell.nss file (which is unchanged from the default installation I receive):

        theme
        {
            name="modern"
            background
            {
                //opacity=85
                //effect=1
            }
            image.align = 2// 0 = checked, 1 = image, 2 = both
        }

I tried adding this (and many combinations of these values) after the image.align line but no matter what I tried, nothing had any effects on the border (yes, I restarted Explorer after each change):

            border
                {
                enabled = 0
                size = 0
                color = color.accent
                opacity = 0
            }

I'm open to suggestions/things to try & report back.

ccelik97 commented 1 year ago

Closing only minutes after opening the issue lol.

Turns out it's related to ALTaleX531/TranslucentFlyouts this one:

The v1.0.5 release of that app seems to be fine.