Added pomodoro timer in sidebarRight, closes #1477 (#1761)

This commit is contained in:
end-4
2025-08-10 16:13:03 +07:00
committed by GitHub
9 changed files with 673 additions and 6 deletions
@@ -29,6 +29,7 @@ Button {
property color colRipple: Appearance?.colors.colLayer1Active ?? "#D6CEE2"
property color colRippleToggled: Appearance?.colors.colPrimaryActive ?? "#D6CEE2"
opacity: root.enabled ? 1 : 0.4
property color buttonColor: root.enabled ? (root.toggled ?
(root.hovered ? colBackgroundToggledHover :
colBackgroundToggled) :