Skip to content

Commit 3d3becd

Browse files
committed
feat: change default download source
1 parent 6aeaf98 commit 3d3becd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stores/app-store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class AppStore {
1717

1818
platform: string | null = null;
1919

20-
downloadMirror: DownloadServer = DownloadServer.RINCO;
20+
downloadMirror: DownloadServer = DownloadServer.EINE;
2121

2222
supportFanControl: boolean = false;
2323

@@ -63,7 +63,7 @@ export default class AppStore {
6363
}
6464

6565
getMirror() {
66-
this.downloadMirror = (localStorage.getItem('tfu-app-mirror') || DownloadServer.RINCO) as DownloadServer;
66+
this.downloadMirror = (localStorage.getItem('tfu-app-mirror') || DownloadServer.EINE) as DownloadServer;
6767
}
6868

6969
getMirroredUrl(uri: string) {

0 commit comments

Comments
 (0)