Franknoirot/bugfix directory picker (#2025)
* Fix project directory setting input * Remove unused imports * Almost working Tauri test * Finish Tauri e2e test * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * fmt * Try a different Webriver selector * Update themeColor component to use new updateValue API * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * Rerun CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -172,8 +172,8 @@ const Home = () => {
|
||||
},
|
||||
})
|
||||
}, [
|
||||
settings.app.projectDirectory,
|
||||
settings.projects.defaultProjectName,
|
||||
settings.app.projectDirectory.current,
|
||||
settings.projects.defaultProjectName.current,
|
||||
send,
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user