favorites & about button in toolbar

This commit is contained in:
Jan Prochazka
2021-03-25 10:53:35 +01:00
parent 50e61cdce1
commit 5f2afc037e
6 changed files with 52 additions and 9 deletions

View File

@@ -332,7 +332,7 @@ export function useConnectionList() {
}
export function getConfig() {
return getCore(configLoader, {}) || {};
return getCore(configLoader, {});
}
export function useConfig() {
return useCore(configLoader, {});