Jump to content

"Default" group text showing again, option to hide again would be nice


HadToRegister

Recommended Posts

OK, in Vortex 0.17.3, if a plugin is in the DEFAULT group, then the DEFAULT text doesn't show up in the Group Column, and as a side benefit, made the Group column that much easier to read.


Ex. 0.17.3 plugin load order with 'invisible Default Group text"

192 B5 High Priority Patches
193 B6

194 B7

195 B8 Late Loaders

196 B9

197 FE (005)

198 BA

199 BB Dynamic Patches

200 BC

202 BD Late Fixes & Changes

203 FE (006) Late Fixes and Changes

____________________________________

0.17.5

 

192 B5 High Priority Patches
193 B6 Default

194 B7 Default

195 B8 Late Loaders

196 B9 Default

197 FE (005) Default

198 BA Default

199 BB Dynamic Patches

200 BC Default

202 BD Late Fixes & Changes

203 FE (006) Late Fixes and Changes

 

 

0.17.3 Plugin List, whether a bug or not, having the Default Group not show "Default" in the plugin list, (since it's assumed that if a plugin isn't assigned to a group, it's in the default group), plus less text speeds up the interface...


0.17.5 Plugin List, the Assigned Groups are buried in a Sea of "DEFAULT" for every single entry that isn't assigned a group, making it harder to find the plugins that are actuall assigned to a group.


Could there be a toggle, or just bring back the 'bug/feature' that made the DEFAULT text invisible?
It makes looking at the plugins list, and the group or group some plugins assigned to, extremely easy to see.
I.E. IF a plugin isn't assigned to a group, why have any text for that plugin?

Link to comment
Share on other sites

  • 2 weeks later...

Next version will use a different style for the default group so it's easier to visually distinguish and also, if you like, you could then use a css rule to hide them entirely.

Having a toggle in the ui for things like this feels a bit like a slippery slope where eventually we have hundreds of toggles for all kinds of small UI preferences to the point where you can't find the ones you care about any more, hence why I prefer not having toggles for stuff that can be solved through themes, hope you understand.

Link to comment
Share on other sites

Next version will use a different style for the default group so it's easier to visually distinguish and also, if you like, you could then use a css rule to hide them entirely.

 

 

Will there be a Knowledge Base article on how to hide it for those of use who do not talk ccs?

Link to comment
Share on other sites

 

Next version will use a different style for the default group so it's easier to visually distinguish and also, if you like, you could then use a css rule to hide them entirely.

 

 

Will there be a Knowledge Base article on how to hide it for those of use who do not talk ccs?

 

 

 

I'd like this too, because I use the COMPACT theme, and I still haven't found WHERE to turn off the Menu contracting and expanding.

I want the menu visible without the opening and closing, but have no idea where to find the css to edit that

Link to comment
Share on other sites

To change css you first have to clone a theme, then you'll find an "Edit CSS..." link on the bottom. This directly opens the associated editor to the file (if you have one).

 

Otherwise the file is at %APPDATA%\Vortex\themes\<name of your theme>\style.scss

 

The rule to hide these will look like this:

.plugin-group-default {
  display: none;
}
Link to comment
Share on other sites

 

To change css you first have to clone a theme, then you'll find an "Edit CSS..." link on the bottom. This directly opens the associated editor to the file (if you have one).

 

Otherwise the file is at %APPDATA%\Vortex\themes\<name of your theme>\style.scss

 

The rule to hide these will look like this:

.plugin-group-default {
  display: none;
}

 

Ah, thanks, in an earlier version that would open my CSS editor but it would be blankl

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...