mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-12 07:19:41 -04:00
fonts: native rendering + add settings to override renderType
fixes #2371
This commit is contained in:
@@ -55,6 +55,7 @@ BasePill {
|
||||
id: statusIcon
|
||||
anchors.centerIn: parent
|
||||
visible: root.isVerticalOrientation
|
||||
smoothTransform: root.isChecking
|
||||
name: {
|
||||
if (root.isChecking)
|
||||
return "refresh";
|
||||
@@ -109,6 +110,7 @@ BasePill {
|
||||
DankIcon {
|
||||
id: statusIconHorizontal
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
smoothTransform: root.isChecking
|
||||
name: {
|
||||
if (root.isChecking)
|
||||
return "refresh";
|
||||
|
||||
Reference in New Issue
Block a user