fix: restore sidepanel bootstrap after merge

This commit is contained in:
sh2001sh
2026-04-21 19:15:11 +08:00
parent 451cedf104
commit 83a4f7ff01
+3 -2
View File
@@ -4839,7 +4839,8 @@ initializeReleaseInfo().catch((err) => {
});
loadHeroSmsCountries().catch((err) => {
console.error('Failed to load HeroSMS countries:', err);
}).finally(() => restoreState().then(() => {
}).finally(() => {
return restoreState().then(() => {
syncPasswordToggleLabel();
syncVpsUrlToggleLabel();
syncVpsPasswordToggleLabel();
@@ -4850,4 +4851,4 @@ loadHeroSmsCountries().catch((err) => {
}).catch((err) => {
console.error('Failed to initialize sidepanel state:', err);
});
}));
});