mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
[bugfix]: default go libsecret, support changing secret store (#493)
* [bugfix]: default go libsecret, support changing secret store * update readme and rename libsecret
This commit is contained in:
parent
92478b5ca5
commit
0a658e3a22
7 changed files with 79 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ export const ApplicationSettings = () => {
|
|||
localSettings.fontError(onFontError);
|
||||
|
||||
return () => {
|
||||
ipc!.removeAllListeners('custom-font-error');
|
||||
ipc?.removeAllListeners('custom-font-error');
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue