diff options
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/CalcItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/CalcItem.qml b/modules/launcher/CalcItem.qml index 4d87f94..ad816fe 100644 --- a/modules/launcher/CalcItem.qml +++ b/modules/launcher/CalcItem.qml @@ -145,7 +145,7 @@ Item { anchors.right: parent.right anchors.rightMargin: Appearance.padding.normal - text: "exit_to_app" + text: "open_in_new" color: Colours.palette.m3onTertiary font.pointSize: Appearance.font.size.large } |