add ability to hide minute and hour hand

This commit is contained in:
darksignal7
2025-10-05 19:24:29 +03:00
parent 3f9459a07e
commit 8bd4bbe7ea
3 changed files with 15 additions and 2 deletions
@@ -170,6 +170,11 @@ ContentPage {
displayName: Translation.tr("Bold"),
icon: "pen_size_5",
value: "bold"
},
{
displayName: Translation.tr("Hide"),
icon: "hide_image",
value: "hide"
}
]
}
@@ -223,6 +228,11 @@ ContentPage {
displayName: Translation.tr("Stroke"),
icon: "stroke_partial",
value: "stroke"
},
{
displayName: Translation.tr("Hide"),
icon: "hide_image",
value: "hide"
}
]
}