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

fix #102: 修改值到0不能设置的判断 #105

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

282931
Copy link
Contributor

@282931 282931 commented Oct 27, 2023

No description provided.

Copy link
Owner

@maotoumao maotoumao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢~ 138-143行设置主题时也需要同样的判断,方便的话帮忙加一下吧~~

        // line 138-143
        if (extra.background.blur) { // 这里也不小心写错了🫢
            newBg.blur = extra.background.blur;
        }
        if (extra.background.opacity) { // 还有这里
            newBg.opacity = extra.background.opacity;
        }

@maotoumao maotoumao merged commit f3c3844 into maotoumao:master Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants