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 6aeaf98 commit 3d3becdCopy full SHA for 3d3becd
src/stores/app-store.ts
@@ -17,7 +17,7 @@ export default class AppStore {
17
18
platform: string | null = null;
19
20
- downloadMirror: DownloadServer = DownloadServer.RINCO;
+ downloadMirror: DownloadServer = DownloadServer.EINE;
21
22
supportFanControl: boolean = false;
23
@@ -63,7 +63,7 @@ export default class AppStore {
63
}
64
65
getMirror() {
66
- this.downloadMirror = (localStorage.getItem('tfu-app-mirror') || DownloadServer.RINCO) as DownloadServer;
+ this.downloadMirror = (localStorage.getItem('tfu-app-mirror') || DownloadServer.EINE) as DownloadServer;
67
68
69
getMirroredUrl(uri: string) {
0 commit comments