We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992637a commit 20342bfCopy full SHA for 20342bf
docs/download.md
@@ -74,6 +74,7 @@ const crackedLink = ref(' https://github.com/M-Community-Dev/Downloads/');
74
const selectedPlatform = ref('');
75
76
const selectPlatform = (platform) => {
77
+ selectedPlatform.value = platform;
78
switch (platform) {
79
case 'Windows':
80
officialLink.value = 'ms-windows-store://pdp/?ProductId=9NBLGGH2JHXJ';
0 commit comments