fix: improve plugins functionality with server management
This commit is contained in:
@@ -18,10 +18,7 @@ import {
|
||||
updateDesktopSettings,
|
||||
type DesktopSettings
|
||||
} from '../desktop-settings';
|
||||
import {
|
||||
applyLocalApiSettings,
|
||||
getLocalApiSnapshot
|
||||
} from '../api';
|
||||
import { applyLocalApiSettings, getLocalApiSnapshot } from '../api';
|
||||
import {
|
||||
activateLinuxScreenShareAudioRouting,
|
||||
deactivateLinuxScreenShareAudioRouting,
|
||||
@@ -490,6 +487,7 @@ export function setupSystemHandlers(): void {
|
||||
docusaurusEnabled: true
|
||||
}
|
||||
});
|
||||
|
||||
await applyLocalApiSettings();
|
||||
snapshot = getLocalApiSnapshot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user