fix(setup): fix continue button disabled on refresh in setup 3 (#1211)

This commit resolves an issue where the continue button in setup step 3 remained disabled after a
page refresh even when libraries are toggled. This was happening because
`mediaServerSettingsComplete` state was reset on refresh and not correctly re-initialized.
This commit is contained in:
Fallenbagel
2025-01-03 19:22:16 +08:00
committed by GitHub
parent 656cd91c9c
commit 0b331ca579
2 changed files with 59 additions and 7 deletions

View File

@@ -1137,6 +1137,7 @@
"components.Setup.continue": "Continue",
"components.Setup.finish": "Finish Setup",
"components.Setup.finishing": "Finishing…",
"components.Setup.librarieserror": "Validation failed. Please toggle the libraries again to continue.",
"components.Setup.servertype": "Choose Server Type",
"components.Setup.setup": "Setup",
"components.Setup.signin": "Sign In",