add new dial style

This commit is contained in:
darksignal7
2025-10-05 15:57:01 +03:00
parent 60b0db7120
commit a90e2132e3
3 changed files with 66 additions and 1 deletions
@@ -101,11 +101,17 @@ ContentPage {
icon: "graph_6",
value: "dots"
},
{
displayName: Translation.tr("Full"),
icon: "avg_pace",
value: "full"
},
{
displayName: Translation.tr("Numbers"),
icon: "123",
value: "numbers"
}
]
}
}