fix — open on correct tab
This commit is contained in:
parent
2337f7a3ba
commit
d299a65e03
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user