fix(remote): always send remote settings on init

This commit is contained in:
Kendall Garner
2026-05-17 07:22:05 -07:00
parent 406cf470bc
commit e85acee3e6
@@ -29,9 +29,8 @@ export const useRemote = () => {
// Initialize the remote
useEffect(() => {
if (!isRemoteEnabled) {
return;
}
// we must send this EVEN IF the remote is disabled, as this is what
// makes sure that the main process gets the port/username/password on startup
logFn.debug(logMsg[LogCategory.REMOTE].initializingRemoteSettings, {
category: LogCategory.REMOTE,