fix: Instantly re-fetch patch bundle on pre-release preference update

Closes #2784
This commit is contained in:
Ushie
2025-10-06 03:36:14 +03:00
parent a314ba209d
commit d5671db3a7
2 changed files with 3 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ fun BundleInformationDialog(
prefs.usePatchesPrereleases.update(
it
)
onUpdate()
}
}
)
@@ -197,6 +198,7 @@ fun BundleInformationDialog(
modifier = Modifier.clickable {
composableScope.launch {
prefs.usePatchesPrereleases.update(!useBundlePrerelease)
onUpdate()
}
}
)