diff --git a/src/main/tray.ts b/src/main/tray.ts
index d01e928a..8cab66ec 100644
--- a/src/main/tray.ts
+++ b/src/main/tray.ts
@@ -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.` })
}
diff --git a/src/web/price-check/filters/FiltersBlock.vue b/src/web/price-check/filters/FiltersBlock.vue
index b90c0e4c..42736953 100644
--- a/src/web/price-check/filters/FiltersBlock.vue
+++ b/src/web/price-check/filters/FiltersBlock.vue
@@ -76,8 +76,8 @@
>{{ t('Collapse') }}
{{ t('Hidden') }}
- {{ t('Mods') }}
+
diff --git a/src/web/price-check/filters/create-stat-filters.ts b/src/web/price-check/filters/create-stat-filters.ts
index 9ebf2165..f6d6ed30 100644
--- a/src/web/price-check/filters/create-stat-filters.ts
+++ b/src/web/price-check/filters/create-stat-filters.ts
@@ -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