fix — open on correct tab

This commit is contained in:
Tamius Han 2024-12-22 23:07:55 +01:00
parent 2337f7a3ba
commit d299a65e03

View File

@ -89,12 +89,12 @@
<!-- shortcut for configuring UI --> <!-- shortcut for configuring UI -->
<GhettoContextMenuOption <GhettoContextMenuOption
v-if="settings.active.newFeatureTracker?.['uw6.ui-popup']?.show > 0" v-if="settings.active.newFeatureTracker?.['uw6.ui-popup']?.show > 0"
@click="showUwWindow('ui-config')" @click="showUwWindow('playerUiSettings')"
> >
<span style="color: #fa6;">I hate this popup<br/></span> <span style="color: #fa6;">I hate this popup<br/></span>
<span style="font-size: 0.8em"> <span style="font-size: 0.8em">
<span style="text-transform: uppercase; font-size: 0.8em"> <span style="text-transform: uppercase; font-size: 0.8em">
<a @click="showUwWindow('ui-config')"> <a @click="showUwWindow('playerUiSettings')">
Do something about it Do something about it
</a> × <a @click="acknowledgeNewFeature('uw6.ui-popup')">keep the popup</a> </a> × <a @click="acknowledgeNewFeature('uw6.ui-popup')">keep the popup</a>
</span> </span>