add new date style (bubble)

This commit is contained in:
darksignal7
2025-10-05 20:35:24 +03:00
parent 02631da9f1
commit 79ac51a1ca
3 changed files with 75 additions and 3 deletions
@@ -253,6 +253,11 @@ ContentPage {
displayName: Translation.tr("Square"),
icon: "square",
value: "square"
},
{
displayName: Translation.tr("Bubble"),
icon: "bubble_chart",
value: "bubble"
}
]
}