Refresh UI when receiving deep link

This commit is contained in:
Will Chen
2025-04-22 21:56:43 -07:00
parent ae2cb0fc6b
commit 42b759d85c
7 changed files with 90 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ export function useSettings() {
);
},
refreshSettings: () => {
loadInitialData();
return loadInitialData();
},
};
}