Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed bossButton to sortButton #468

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/bg/tool-setup/loot.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Users of the default theme can do this by adding a new stylesheet:

```
/* Sort button */
#bossButton {
#sortButton {
qproperty-iconSize:0px;
min-width:0px;
width:0px;
Expand All @@ -79,4 +79,4 @@ Users of the default theme can do this by adding a new stylesheet:

Afterwards, you need to [select the new stylesheet](/Pictures/bg/tool-setup/loot/remove-sort-button.png) in the **Themes** tab in the Mod Organizer 2 settings.

If you are using a different theme, you can modify its stylesheet file (.QSS). Open it in a text editor and use CTRL+F to see if it modifies anything about the `#bossButton` component. Add the snippet from above, replacing any other code for the button.
If you are using a different theme, you can modify its stylesheet file (.QSS). Open it in a text editor and use CTRL+F to see if it modifies anything about the `#sortButton` component. Add the snippet from above, replacing any other code for the button.