proxied fetch support
This commit is contained in:
@@ -63,6 +63,7 @@ class CommonStore {
|
||||
monitorData: MonitorData | null = null;
|
||||
depComplete: boolean = false;
|
||||
platform: Platform = 'windows';
|
||||
proxyPort: number = 0;
|
||||
lastModelName: string = '';
|
||||
// presets manager
|
||||
editingPreset: Preset | null = null;
|
||||
@@ -323,6 +324,10 @@ class CommonStore {
|
||||
this.platform = value;
|
||||
}
|
||||
|
||||
setProxyPort(value: number) {
|
||||
this.proxyPort = value;
|
||||
}
|
||||
|
||||
setCurrentInput(value: string) {
|
||||
this.currentInput = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user