{ styleStore.update(x => ({ ...x, settingsVisible: false })); }} > {#if isProApp()} { styleStore.update(x => ({ ...x, settingsVisible: !x.settingsVisible })); }}>Settings {/if}