Skip to content

Commit

Permalink
BCFG_TAG_SHOW_SWARM_TAGS_IN_OVERVIEW is SWT
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Oct 11, 2023
1 parent 1b5c1d5 commit d4378a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import com.biglybt.core.config.COConfigurationManager;

import com.biglybt.pif.ui.UIInstance;
import com.biglybt.pifimpl.local.ui.config.*;


Expand Down Expand Up @@ -74,6 +75,7 @@ public class ConfigSectionInterfaceTags

BooleanParameterImpl persistSwarmTags = new BooleanParameterImpl(
BCFG_TAG_SHOW_SWARM_TAGS_IN_OVERVIEW, "label.show.swarm.tags.in.overview");
persistSwarmTags.setAllowedUiTypes(UIInstance.UIT_SWT);
add( persistSwarmTags, Parameter.MODE_INTERMEDIATE, listGeneral);

IntParameterImpl autoReapply = new IntParameterImpl(
Expand Down

0 comments on commit d4378a6

Please sign in to comment.