only affecting direct children

This commit is contained in:
Miodec 2022-08-29 01:33:30 +02:00
parent e43a30b39d
commit d3f4e474fc

View file

@ -105,7 +105,7 @@ export async function getDataAndInit(): Promise<boolean> {
}
LoadingPage.updateText("Applying settings...");
const snapshot = DB.getSnapshot();
$("#menu .textButton.account .text").text(snapshot.name);
$("#menu .textButton.account > .text").text(snapshot.name);
showFavoriteQuoteLength();
ResultFilters.loadTags(snapshot.tags);