Commit 76aaecd3 authored by Roman Alifanov's avatar Roman Alifanov

sections subtitle shows the module that provides this section

parent 235ce5ba
......@@ -202,7 +202,7 @@ class SectionStrategy:
class ClassicSectionStrategy(SectionStrategy):
def create_preferences_group(self, section):
group = Adw.PreferencesGroup(title=section.name)
group = Adw.PreferencesGroup(title=section.name, description=section.module.name)
not_empty = False
for setting in section.settings:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment