Reapply "Deflake project settings override on desktop (#4370)" (#4450)

This reverts commit b11040c23c.
This commit is contained in:
49lf
2024-11-11 13:23:51 -05:00
parent 0c2ca726d0
commit a4b7dd5182
8 changed files with 49 additions and 34 deletions

View File

@ -26,6 +26,7 @@ export function useRefreshSettings(routeId: string = PATHS.INDEX) {
ctx.settings.send({
type: 'Set all settings',
settings: routeData,
doNotPersist: true,
})
}, [])
}