mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 09:44:40 +10:00
fix(install flow): clear stale data before requesting new
This commit is contained in:
@@ -297,6 +297,8 @@ const versionOptions = ref<
|
|||||||
const installDirs = ref<undefined | Array<string>>();
|
const installDirs = ref<undefined | Array<string>>();
|
||||||
async function installFlow() {
|
async function installFlow() {
|
||||||
installFlowOpen.value = true;
|
installFlowOpen.value = true;
|
||||||
|
versionOptions.value = undefined;
|
||||||
|
installDirs.value = undefined
|
||||||
|
|
||||||
try {
|
try {
|
||||||
versionOptions.value = await invoke("fetch_game_verion_options", {
|
versionOptions.value = await invoke("fetch_game_verion_options", {
|
||||||
|
|||||||
Reference in New Issue
Block a user