fix: restore sidepanel bootstrap after merge
This commit is contained in:
@@ -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();
|
||||
@@ -4847,7 +4848,7 @@ loadHeroSmsCountries().catch((err) => {
|
||||
updateButtonStates();
|
||||
updateStatusDisplay(latestState);
|
||||
return refreshContributionContentHint();
|
||||
}).catch((err) => {
|
||||
}).catch((err) => {
|
||||
console.error('Failed to initialize sidepanel state:', err);
|
||||
});
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user