mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: added ability to change and check SRS port in manager
This commit is contained in:
@@ -517,6 +517,11 @@ class Manager {
|
||||
this.setPort('backend', Number(value));
|
||||
}
|
||||
|
||||
/* When the srs port input value is changed */
|
||||
async onSRSPortChanged(value) {
|
||||
this.getActiveInstance().SRSPort = Number(value);
|
||||
}
|
||||
|
||||
/* When the "Enable API connection" checkbox is clicked */
|
||||
async onEnableAPIClicked() {
|
||||
if (this.getActiveInstance()) {
|
||||
|
||||
Reference in New Issue
Block a user