forked from Shinonome/dots-hyprland
add a note to date styles
This commit is contained in:
@@ -251,6 +251,11 @@ ContentPage {
|
||||
icon: "deselect",
|
||||
value: "none"
|
||||
},
|
||||
{
|
||||
displayName: Translation.tr("Bubble"),
|
||||
icon: "bubble_chart",
|
||||
value: "bubble"
|
||||
},
|
||||
{
|
||||
displayName: Translation.tr("Rotating"),
|
||||
icon: "rotate_right",
|
||||
@@ -260,15 +265,16 @@ ContentPage {
|
||||
displayName: Translation.tr("Square"),
|
||||
icon: "square",
|
||||
value: "square"
|
||||
},
|
||||
{
|
||||
displayName: Translation.tr("Bubble"),
|
||||
icon: "bubble_chart",
|
||||
value: "bubble"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
StyledText {
|
||||
Layout.leftMargin: 10
|
||||
color: Appearance.colors.colSubtext
|
||||
font.pixelSize: Appearance.font.pixelSize.smallie
|
||||
text: Translation.tr("'Rotating' and 'Square' styles are not compatible with dial styles for aesthetic reasons")
|
||||
}
|
||||
|
||||
|
||||
ConfigSpinBox {
|
||||
|
||||
Reference in New Issue
Block a user