We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b3ae5 commit 15f6d85Copy full SHA for 15f6d85
src/qml/WelcomeTab.qml
@@ -61,6 +61,12 @@ BetterTab {
61
visible: PlatformUtils.isWindows()
62
}
63
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
+
70
BetterButton {
71
text: PlatformUtils.isWindows() ? qsTranslate("RESP","Download Installer") : qsTranslate("RESP","Download DMG")
72
onClicked: Qt.openUrlExternally("https://redis.com/redis-enterprise/redis-insight/")
0 commit comments