don't really need to reload

This commit is contained in:
dakkar 2025-05-30 11:05:21 +01:00
parent 9d20848b3f
commit 2d396843ea

View file

@ -223,12 +223,6 @@ const expandedBlockItems = ref([]);
const showSoftWordMutedWord = prefer.model('showSoftWordMutedWord');
watch([
showSoftWordMutedWord,
], async () => {
await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
});
async function unrenoteMute(user, ev) {
os.popupMenu([{
text: i18n.ts.renoteUnmute,