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:
Frank Noirot
2024-04-05 01:48:12 -04:00
committed by GitHub
parent d85781ef99
commit 47b5fa1459
9 changed files with 66 additions and 33 deletions

View File

@ -172,8 +172,8 @@ const Home = () => {
},
})
}, [
settings.app.projectDirectory,
settings.projects.defaultProjectName,
settings.app.projectDirectory.current,
settings.projects.defaultProjectName.current,
send,
])