fix: system preference not working

This commit is contained in:
tiddlygit-test 2021-06-03 01:15:02 +08:00
parent e56578329c
commit f2276f2aa2

View file

@ -20,9 +20,8 @@ export const SystemPreferenceServiceIPCDescriptor = {
channel: SystemPreferenceChannel.name,
properties: {
systemPreference$: ProxyPropertyType.Value$,
set: ProxyPropertyType.Function,
getPreferences: ProxyPropertyType.Function,
get: ProxyPropertyType.Function,
reset: ProxyPropertyType.Function,
getPreferences: ProxyPropertyType.Function,
setSystemPreference: ProxyPropertyType.Function,
},
};