aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c
index 59ed68ba..4e493676 100644
--- a/src/service.c
+++ b/src/service.c
@@ -399,7 +399,7 @@ static void onLayoutChanged(Keyboard *pKeyboard, gpointer pData)
static void onConfigChanged(Keyboard *pKeyboard, gpointer pData)
{
IndicatorKeyboardService *self = INDICATOR_KEYBOARD_SERVICE(pData);
- rebuildNow(self, SECTION_LAYOUTS);
+ rebuildNow(self, SECTION_LAYOUTS | SECTION_DISPLAY | SECTION_SETTINGS);
}
static void onLayoutSelected(GSimpleAction *pAction, GVariant *pVariant, gpointer pData)