mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-22 20:55:45 +00:00
misc
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ export function createTray () {
|
||||
export function rebuildTrayMenu () {
|
||||
const contextMenu = Menu.buildFromTemplate([
|
||||
{
|
||||
label: 'Settings',
|
||||
label: 'Settings/League',
|
||||
click: () => {
|
||||
dialog.showMessageBox({ title: 'Settings', message: `Open Path of Exile and press "${config.get('overlayKey')}". Click on the button with cog icon there.` })
|
||||
}
|
||||
|
||||
@@ -76,8 +76,8 @@
|
||||
>{{ t('Collapse') }} <i class="fas fa-chevron-up pl-1 text-xs text-gray-600"></i></button>
|
||||
<ui-toggle v-if="shownStats.length != stats.length"
|
||||
v-model="showHidden" class="text-gray-400 pt-2">{{ t('Hidden') }}</ui-toggle>
|
||||
<ui-toggle
|
||||
v-model="showFilterSources" class="ml-auto text-gray-400 pt-2">{{ t('Mods') }}</ui-toggle>
|
||||
<!-- <ui-toggle
|
||||
v-model="showFilterSources" class="ml-auto text-gray-400 pt-2">{{ t('Mods') }}</ui-toggle> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -122,7 +122,9 @@ export function calculatedStatToFilter (
|
||||
tradeId: stat.trade.ids[type],
|
||||
statRef: stat.ref,
|
||||
text: translation.string,
|
||||
tag: type as unknown as FilterTag,
|
||||
tag: sources.some(s => s.modifier.info.generation === 'corrupted') // TODO
|
||||
? FilterTag.Corrupted
|
||||
: type as unknown as FilterTag,
|
||||
sources: sources,
|
||||
roll: undefined,
|
||||
disabled: true
|
||||
|
||||
Reference in New Issue
Block a user