Skip to content

Commit 20342bf

Browse files
committed
fix: update platform selection logic in downloads
1 parent 992637a commit 20342bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/download.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const crackedLink = ref(' https://github.com/M-Community-Dev/Downloads/');
7474
const selectedPlatform = ref('');
7575

7676
const selectPlatform = (platform) => {
77+
selectedPlatform.value = platform;
7778
switch (platform) {
7879
case 'Windows':
7980
officialLink.value = 'ms-windows-store://pdp/?ProductId=9NBLGGH2JHXJ';

0 commit comments

Comments
 (0)