diff options
author | Robert Tari <robert@tari.in> | 2023-07-12 02:14:06 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-07-12 02:14:06 +0200 |
commit | 9823a1daea4dce08a9a376dc88875204be241443 (patch) | |
tree | 5e96863305d6f10f05d4aa397338505a79e7010c | |
parent | 7737c05592782133b241fca9c750ca6f582ec3ad (diff) | |
parent | 1ac0b0f69997968a65d78cfbc09d87c6b25d7441 (diff) | |
download | ayatana-indicator-power-9823a1daea4dce08a9a376dc88875204be241443.tar.gz ayatana-indicator-power-9823a1daea4dce08a9a376dc88875204be241443.tar.bz2 ayatana-indicator-power-9823a1daea4dce08a9a376dc88875204be241443.zip |
Merge branch 'personal/peat-psuwit/update-phone-section'
Attributes GH PR #80: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/80
-rw-r--r-- | src/service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c index a7b3f10..3e24945 100644 --- a/src/service.c +++ b/src/service.c @@ -726,6 +726,7 @@ rebuild_now (IndicatorPowerService * self, guint sections) if (sections & SECTION_DEVICES) { + rebuild_section (phone->submenu, 0, create_devices_section (self, PROFILE_PHONE)); rebuild_section (desktop->submenu, 0, create_devices_section (self, PROFILE_DESKTOP)); rebuild_section (greeter->submenu, 0, create_devices_section (self, PROFILE_DESKTOP_GREETER)); } |