Skip to content
  • Carlos Soriano's avatar
    general: Don't set rows as activatable by default · 84579a14
    Carlos Soriano authored and Jeremy Bicha's avatar Jeremy Bicha committed
    The GtkListBox widgets were created by having all rows being
    activatable, which resulted in a visual glitch when clicked on them.
    
    Most of the rows in Tweaks shouldn't be activatable, so this commit
    provides a way for each tweak group to define whether rows should be
    activatable or not, defaulting to False.
    
    This fixes the visual glitch.
    84579a14