View columns store on statusbar

This commit is contained in:
Jan Prochazka
2021-11-25 09:42:19 +01:00
parent b9eb0da64e
commit aeea29f61d
5 changed files with 33 additions and 2 deletions

View File

@@ -16,4 +16,6 @@
updateStatuBarInfoItem(tabid, key, { text, icon, clickable, onClick });
});
onDestroy(() => updateStatuBarInfoItem(tabid, key, null));
$: updateStatuBarInfoItem(tabid, key, { text, icon, clickable, onClick });
</script>