Skip to content

emoji mindow调整 & 延时收回titleBar#27

Merged
BlackDeluxeCat merged 6 commits into
BlackDeluxeCat:masterfrom
LaoHuaJiOfficial:master
Jun 20, 2025
Merged

emoji mindow调整 & 延时收回titleBar#27
BlackDeluxeCat merged 6 commits into
BlackDeluxeCat:masterfrom
LaoHuaJiOfficial:master

Conversation

@LaoHuaJiOfficial

Copy link
Copy Markdown
Contributor

No description provided.

@BlackDeluxeCat
BlackDeluxeCat merged commit 8679983 into BlackDeluxeCat:master Jun 20, 2025
1 check failed
Comment on lines +85 to +95

update(() -> {
if(hasMouse()){
hoverTitle = true;
interval.reset(3, 0);
}else {
if (interval.check(3, 3000)){
hoverTitle = false;
}
}
});

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

尽量不要占用update吧,多个update不能共存

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