Skip to content

Commit 15f6d85

Browse files
committed
Add AppStore download button
1 parent 00b3ae5 commit 15f6d85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/qml/WelcomeTab.qml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ BetterTab {
6161
visible: PlatformUtils.isWindows()
6262
}
6363

64+
BetterButton {
65+
text: qsTranslate("RESP","Download from AppStore")
66+
onClicked: Qt.openUrlExternally("https://apps.apple.com/us/app/redisinsight/id6446987963")
67+
visible: PlatformUtils.isOSX()
68+
}
69+
6470
BetterButton {
6571
text: PlatformUtils.isWindows() ? qsTranslate("RESP","Download Installer") : qsTranslate("RESP","Download DMG")
6672
onClicked: Qt.openUrlExternally("https://redis.com/redis-enterprise/redis-insight/")

0 commit comments

Comments
 (0)