add a hook to sync main settings with renderer

This commit is contained in:
jeffvli
2025-12-14 15:13:57 -08:00
parent d8c46ba7ef
commit 303eba87ca
3 changed files with 129 additions and 0 deletions
+1
View File
@@ -118,5 +118,6 @@ export const logMsg = {
serverAuthenticationFailed: 'Server authentication failed',
serverAuthenticationInvalid: 'Server authentication invalid',
serverAuthenticationSuccess: 'Server authentication successful',
settingsSynchronized: 'Differences found between renderer and main process settings',
},
};