mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-25 06:40:45 -07:00
fix: system preference not working
This commit is contained in:
parent
e56578329c
commit
f2276f2aa2
1 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue