Ban anything that flickers or flashes on hover

I don't like that. UI shouldn't jump in user's face like all these hover
actions, bright backgrounds and random layout-shifting buttons out of
nowhere.
This commit is contained in:
ivan tkachenko
2023-09-10 21:50:10 +03:00
parent def46d90a8
commit 6466f7f56c
5 changed files with 6 additions and 30 deletions

View File

@@ -103,7 +103,7 @@ a{
RoomManager.openResource(link)
}
onHoveredLinkChanged: if (hoveredLink.length > 0 && hoveredLink !== "1") {
applicationWindow().hoverLinkIndicator.text = hoveredLink;
// applicationWindow().hoverLinkIndicator.text = hoveredLink;
} else {
applicationWindow().hoverLinkIndicator.text = "";
}