Skip to content

Commit 135c466

Browse files
committed
Fix AvatarSettingsButton tooltip
1 parent 63d88f2 commit 135c466

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
{
22
"name": "AvatarSettingsButton",
33
"author": "Neodymium",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"description": "Moves the User Settings button to left clicking on the user avatar, with the status picker and context menu still available on configurable actions.",
66
"source": "https://github.com/Neodymium7/BetterDiscordStuff/blob/main/AvatarSettingsButton/AvatarSettingsButton.plugin.js",
77
"invite": "fRbsqH87Av",
88
"changelog": [
9-
{
10-
"title": "Added",
11-
"type": "improved",
12-
"items": ["Added option to disable hiding the default settings button."]
13-
},
149
{
1510
"title": "Fixed",
1611
"type": "fixed",
17-
"items": ["Fixed opening wrong settings panel."]
12+
"items": ["Fixed tooltip."]
1813
}
1914
]
2015
}

AvatarSettingsButton/src/modules/discordmodules.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const tooltipClasses = expectClasses("Tooltip Classes", [
1313

1414
export const layerContainerSelector = expectSelectors("Layer Container Class", [
1515
"layerContainer",
16-
"layerHidden",
16+
"clickTrapContainer",
1717
])?.layerContainer;
1818

1919
export const appSelector = expectSelectors("App Class", ["appAsidePanelWrapper", "app"])?.app;

0 commit comments

Comments
 (0)